-
Notifications
You must be signed in to change notification settings - Fork 269
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
Remove claim adoption feature gate #3480
Comments
There is an open issue in github to remove the claim adoption feature gate: kubevirt#3480 Once the FG is removed we should remove the check in the webhook that verifies if it allowed to have an existing PVC. Signed-off-by: Shelly Kagan <[email protected]>
) There is an open issue in github to remove the claim adoption feature gate: #3480 Once the FG is removed we should remove the check in the webhook that verifies if it allowed to have an existing PVC. Signed-off-by: Shelly Kagan <[email protected]>
…bevirt#3481) There is an open issue in github to remove the claim adoption feature gate: kubevirt#3480 Once the FG is removed we should remove the check in the webhook that verifies if it allowed to have an existing PVC. Signed-off-by: Shelly Kagan <[email protected]>
…bevirt#3481) There is an open issue in github to remove the claim adoption feature gate: kubevirt#3480 Once the FG is removed we should remove the check in the webhook that verifies if it allowed to have an existing PVC. Signed-off-by: Shelly Kagan <[email protected]>
It seems that the next step would be to turn this FG on by default for at least one release. @EdDev wdyt? Do we have a formal policy in place for aging feature gates? |
We have this: https://github.com/kubevirt/community/blob/main/design-proposals/feature-lifecycle.md#release-stage-transition-table Unlike Kubernetes, we have not recommended to enable a FG by default in Beta. If there is a D/S project/deployment that uses this feature already, enabling it and exercising it in the field, I think it can give you the confident to go ahead and GA it without the need to do anything special. Said that, you could have an exception and decide otherwise. Just make sure you give a good reason so it will not become the standard unintentionally. |
Claim adoption should be the general behavior without a need for a feature gate.
We should remove it over the course of several kubevirt releases.
The text was updated successfully, but these errors were encountered: