-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue is ready to be actively worked on.Indicates an issue is ready to be actively worked on.
Description
In Kubernetes, we cannot expect that a host that CAPM3 has just chosen won't change in an unexpected way. Some of the ways may be transient, some a permanent. Examples include:
- Re-inspection: host entering
inspecting. Hopefully transient, but we may need to handle the situation when inspection fails consistently. - Detachment. A detached host cannot be provisioned. So if it's not already provisioned, CAPM3 cannot proceed. Technically, a transient state, but requires user input to be resolved.
- OperationalStatus==Error. Hopefully transient.
- Externally Provisioned. Permanent state for now, the host cannot be used any more.
- Unexpected provisioning settings: mismatch in image, user data, etc. A decision to make: should CAPM3 deprovision the host and provision it with the right settings?
What's the expected course of actions? At the very least, we need to report the issue to a user somehow.
/kind bug
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue is ready to be actively worked on.Indicates an issue is ready to be actively worked on.