Update Containers/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user