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 11m v1.26.9+k3s-8acba4a6 ip-172-31-12-87 Ready <none> 11m v1.26.9+k3s-8acba4a6 ip-172-31-13-245 Ready control-plane,etcd,master 10m v1.26.9+k3s-8acba4a6 ip-172-31-8-249 Ready control-plane,etcd,master 10m v1.26.9+k3s-8acba4a6 ubuntu@ip-172-31-11-138:~$ kubectl get pods -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-59b4f5bbd5-mrrq5 0/1 Running 1 (23s ago) 11m kube-system helm-install-traefik-crd-hnnnn 0/1 Completed 0 11m kube-system helm-install-traefik-tqnt7 0/1 Completed 1 11m kube-system local-path-provisioner-76d776f6f9-vnwrq 1/1 Running 1 (23s ago) 11m kube-system metrics-server-68cf49699b-mp9pj 0/1 Running 1 (70s ago) 11m kube-system svclb-traefik-9ca08dde-l5srl 2/2 Running 2 (70s ago) 10m kube-system svclb-traefik-9ca08dde-ssqv8 2/2 Running 2 (29s ago) 10m kube-system svclb-traefik-9ca08dde-z5s8v 2/2 Running 2 (23s ago) 10m kube-system svclb-traefik-9ca08dde-zb6ff 2/2 Running 2 (88s ago) 10m kube-system traefik-57c84cf78d-7mn95 1/1 Running 1 (88s ago) 10m 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: