-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
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
supporting factory reset #2520
Comments
OK a lot of internal chat about this , the desire is to try to un-wedge e.g. a control plane node if a bad MC rolled out. But it clearly generalizes to workers too. So my strawman is:
Now...hmm actually |
And another further thing we can do once we have this fuctionality is add support for cluster initated resets, like the admin adds an annotation |
I like the idea. I think it covers the three different failures we've seen on actual clusters that I think we can resolve
I don't think we can handle the without a functional network in any reasonable way. Trying to get creds for for your step 1 is a thing I think @sttts can work out on masters |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an extension of coreos/fedora-coreos-tracker#399
I think at a basic level, to "light reprovision" a node it should work to do:
Then,
oc edit node/$x
and forcibly update thecurrentConfig
+desiredConfig
annotations to match the current rendered config value for the pool.Then,
oc debug node $x -- chroot /host reboot
The text was updated successfully, but these errors were encountered: