You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found that the Kubernetes boskos instances had projects wedged in "other" state from the metrics, which appears to be kubernetes-sigs/image-builder#1534
We should guard against mistaken usage like this.
Ideas:
Boskos API could offer a setting to return an error to clients that set state not in a supplied list (configurable)
Boskos API could serve a warning header, and boskosctl could become aware of this (... more complex, may not catch as many other clients)
Reaper (or some other controller) could have a mode to force resources to dirty state when it encounters them in an unknown state. For now I'm planning to manually do this one-off.
The text was updated successfully, but these errors were encountered:
k8s-ci-robot
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Nov 4, 2024
I recently found that the Kubernetes boskos instances had projects wedged in "other" state from the metrics, which appears to be kubernetes-sigs/image-builder#1534
We should guard against mistaken usage like this.
Ideas:
The text was updated successfully, but these errors were encountered: