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
Summary upgrading the single-node cluster fails when the node restarts the kubelet.
Expected Result the upgrade runs through smoothly and all applications are available again.
Actual Result when restarting the kubelet, the node is stuck in NotReady. a reboot solves the issue and the new version is up and running.
NotReady
Notes it seems that kubelet cannot evict all pods necessary, or cannot read necessary configuration.
possible fixes:
--no-drain
k0sctl apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
upgrading the single-node cluster fails when the node restarts the kubelet.
Expected Result
the upgrade runs through smoothly and all applications are available again.
Actual Result
when restarting the kubelet, the node is stuck in
NotReady
. a reboot solves the issue and the new version is up and running.Notes
it seems that kubelet cannot evict all pods necessary, or cannot read necessary configuration.
possible fixes:
--no-drain
(Do not drain worker nodes when upgrading (default: false)) when runningk0sctl apply
The text was updated successfully, but these errors were encountered: