You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The kubeconfig is in outputs.tf and will not be shared here.
2. Run terraform apply.
3. Using the kubeconfig defined in outputs.tf, place that in ~/HOME/.kube/config.
4. Run kubectl get nodes:
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
<omitted> Ready controlplane,etcd,worker 84s v1.30.6
<omitted> Ready controlplane,etcd,worker 84s v1.30.6
<omitted> Ready controlplane,etcd,worker 84s v1.30.6
This issue is used to track the effort for supporting RKE v1.6.4 https://github.com/rancher/rke/releases/tag/v1.6.4
The text was updated successfully, but these errors were encountered: