Update Containers/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md
This commit is contained in:
@ -150,6 +150,12 @@ helm upgrade -i longhorn longhorn/longhorn --namespace longhorn-system --create-
|
|||||||
### Log into webUI
|
### Log into webUI
|
||||||
At this point, you can log into the webUI at https://awx.bunny-lab.io using the default `bootStrapAllTheThings` password, or whatever password you configured, it will prompt you to change the password after logging in either way. From here, you can deploy more nodes, or deploy single-node workloads such as an [Ansible AWX Operator](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/AWX%20Operator/Ansible%20AWX%20Operator/).
|
At this point, you can log into the webUI at https://awx.bunny-lab.io using the default `bootStrapAllTheThings` password, or whatever password you configured, it will prompt you to change the password after logging in either way. From here, you can deploy more nodes, or deploy single-node workloads such as an [Ansible AWX Operator](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/AWX%20Operator/Ansible%20AWX%20Operator/).
|
||||||
|
|
||||||
|
### Rebooting the ControlNode
|
||||||
|
If you ever find yourself needing to reboot the ControlNode, and need to run kubectl CLI commands, you will need to run the command below to import the cluster credentials upon every reboot:
|
||||||
|
```
|
||||||
|
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml
|
||||||
|
```
|
||||||
|
|
||||||
## Create Additional ControlPlane Node(s)
|
## Create Additional ControlPlane Node(s)
|
||||||
This is the part where you can add additional controlplane nodes to add additional redundancy to the RKE2 Cluster. This is important for high-availability environments.
|
This is the part where you can add additional controlplane nodes to add additional redundancy to the RKE2 Cluster. This is important for high-availability environments.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user