Update Containers/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md

This commit is contained in:
Nicole Rappe
2024-01-22 19:00:29 -07:00
parent ff637e2809
commit 044b944d93

View File

@ -47,6 +47,15 @@ sleep 60
# Check that the Cluster Node is Running and Ready # Check that the Cluster Node is Running and Ready
kubectl get node kubectl get node
``` ```
!!! example
When the cluster is ready, you should see something like this when you run `kubectl get node`
```
root@awx:/home/nicole# kubectl get node
NAME STATUS ROLES AGE VERSION
awx Ready control-plane,etcd,master 3m21s v1.26.12+rke2r1
```
### Install Helm, Rancher, CertManager, Jetstack, Rancher, and Longhorn ### Install Helm, Rancher, CertManager, Jetstack, Rancher, and Longhorn
``` sh ``` sh
# Install Helm # Install Helm