We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fix for Support Server Token Rotation
The text was updated successfully, but these errors were encountered:
Infrastructure Cloud EC2 instance
Node(s) CPU architecture, OS, and Version: Ubuntu 22.04
Cluster Configuration: 3 server 1 agent node
Config.yaml:
cat /etc/rancher/k3s/config,yaml write-kubeconfig-mode: "0644" node-external-ip: <IP> cluster-init: true token: token1
Validation results:
ubuntu@ip-172-31-11-138:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION ip-172-31-11-138 Ready control-plane,etcd,master 13m v1.25.14+k3s-6afee00e ip-172-31-12-87 Ready <none> 12m v1.25.14+k3s-6afee00e ip-172-31-13-245 Ready control-plane,etcd,master 13m v1.25.14+k3s-6afee00e ip-172-31-8-249 Ready control-plane,etcd,master 13m v1.25.14+k3s-6afee00e ubuntu@ip-172-31-11-138:~$ kubectl get pods -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-8b9777675-pj94j 1/1 Running 0 13m kube-system helm-install-traefik-crd-qm4vj 0/1 Completed 0 13m kube-system helm-install-traefik-d2j79 0/1 Completed 1 13m kube-system local-path-provisioner-69dff9496c-52vxj 1/1 Running 0 13m kube-system metrics-server-854c559bd-f2k5x 1/1 Running 0 13m kube-system svclb-traefik-9494a6a5-8rclj 2/2 Running 0 13m kube-system svclb-traefik-9494a6a5-pbktk 2/2 Running 2 (7m26s ago) 13m kube-system svclb-traefik-9494a6a5-qdg7l 2/2 Running 0 12m kube-system svclb-traefik-9494a6a5-tkb2b 2/2 Running 0 13m kube-system traefik-66fd46ccd-f9d7c 1/1 Running 1 (7m26s ago) 13m ubuntu@ip-172-31-11-138:~$
Sorry, something went wrong.
dereknola
ShylajaDevadiga
No branches or pull requests
Backport fix for Support Server Token Rotation
The text was updated successfully, but these errors were encountered: