-
Notifications
You must be signed in to change notification settings - Fork 2
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
✨ Auto-detect permanent-error #112
Conversation
acbd8f4
to
96bd24a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot request changes for some reason right now.. But this is my feedback :)
eb71548
to
7de6a76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't we talk as well about code to verify whether a machine is successfully provisioned?
We talked about how to detect if a machine was successfully deprovisioned. We had the idea to create a simple tcpserver which the controller could check. I found a simpler solution. If the machine is on and not reloading and Script does not contain "cloud-init", then the machine is provisioned with the dummy-machine-image. Since we don't make network connections to the machine up to now, I would rather not create the dummy tcpserver., |
3d4ee8b
to
b161da0
Compare
8793e7d
to
51771af
Compare
Adding state to verify that a device is shut down. Also deal with a state where the device is reloading forever. Set a label on that device that it is unhealthy and should not be used in that case.
51771af
to
acc3ffd
Compare
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adding state to verify that a device is shut down. Also deal with a state where the device is reloading forever. Set a label on that device that it is unhealthy and should not be used in that case.