Skip to content

User clusters do not get up after node restarts #12065

Discussion options

You must be logged in to vote

@ahmedwaleedmalik @embik @xmudrii Thank you.

Thanks to the infrmation on Slack, we fixed this in the following way.

kubectl get machinedeployment --all-namespaces
kubectl edit machinedeployment --namespace kube-system   kubeone-pool1
	spec.template.spec.providerSpec.value.operatingSystemSpec.distUpgradeOnBoot: true
forceRestartAnnotations="{\"spec\":{\"template\":{\"metadata\":{\"annotations\":{\"forceRestart\":\"$(date +%s)\"}}}}}"
kubectl patch machinedeployment --namespace kube-system   kubeone-pool1 --patch $forceRestartAnnotations --type merge
watch kubectl get nodes

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@clickersmudge
Comment options

@ahmedwaleedmalik
Comment options

@clickersmudge
Comment options

@embik
Comment options

Comment options

You must be logged in to vote
2 replies
@xmudrii
Comment options

@clickersmudge
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@xmudrii
Comment options

@clickersmudge
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by clickersmudge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants