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 Stopping service on ControlPlane node causes other nodes to go NotReady
The text was updated successfully, but these errors were encountered:
-$ k3s version v1.27.12+k3s-2d48b196 (2d48b196)
Infrastructure Cloud EC2 instance
Node(s) CPU architecture, OS, and Version: SUSE Linux Enterprise Server 15 SP4
Cluster Configuration: Split roles:
- `Tried from 2 diff control plane nodes. It only stops the requested one.` CP -2 $ kubectl get nodes NAME STATUS ROLES AGE VERSION ip-172-31-0-80.us-east-2.compute.internal Ready etcd 14m v1.27.12+k3s-2d48b196 ip-172-31-1-21.us-east-2.compute.internal Ready control-plane,master 14m v1.27.12+k3s-2d48b196 ip-172-31-12-104.us-east-2.compute.internal Ready <none> 12m v1.27.12+k3s-2d48b196 ip-172-31-14-103.us-east-2.compute.internal Ready <none> 12m v1.27.12+k3s-2d48b196 ip-172-31-15-103.us-east-2.compute.internal NotReady control-plane,master 14m v1.27.12+k3s-2d48b196 ip-172-31-4-156.us-east-2.compute.internal Ready <none> 11m v1.27.12+k3s-2d48b196 ip-172-31-5-224.us-east-2.compute.internal Ready etcd 14m v1.27.12+k3s-2d48b196 ip-172-31-7-127.us-east-2.compute.internal Ready control-plane,etcd,master 17m v1.27.12+k3s-2d48b196 CP -1 $ kubectl get nodes NAME STATUS ROLES AGE VERSION ip-172-31-0-80.us-east-2.compute.internal Ready etcd 15m v1.27.12+k3s-2d48b196 ip-172-31-1-21.us-east-2.compute.internal NotReady control-plane,master 15m v1.27.12+k3s-2d48b196 ip-172-31-12-104.us-east-2.compute.internal Ready <none> 13m v1.27.12+k3s-2d48b196 ip-172-31-14-103.us-east-2.compute.internal Ready <none> 13m v1.27.12+k3s-2d48b196 ip-172-31-15-103.us-east-2.compute.internal Ready control-plane,master 15m v1.27.12+k3s-2d48b196 ip-172-31-4-156.us-east-2.compute.internal Ready <none> 12m v1.27.12+k3s-2d48b196 ip-172-31-5-224.us-east-2.compute.internal Ready etcd 15m v1.27.12+k3s-2d48b196 ip-172-31-7-127.us-east-2.compute.internal Ready control-plane,etcd,master 18m v1.27.12+k3s-2d48b196
Sorry, something went wrong.
brandond
fmoral2
No branches or pull requests
Backport fix for Stopping service on ControlPlane node causes other nodes to go NotReady
The text was updated successfully, but these errors were encountered: