-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Feature] Move UseEtcdWrapper beta feature to GA feature #776
Comments
/assign |
@ishan16696 I feel we can remove point 3 in the issue, since we don't need to support etcd-custom-image anymore, because the feature gate will be moved to GA. |
As far I remember, we discussed this and concluded that community might still be using |
@ishan16696 I think that is already taken care of by the release-specific proe job manifests at https://github.com/gardener/ci-infra/tree/master/config/jobs/etcd-druid/releases. So any PRs on older release branches will run both the prow jobs. The latest prow jobs that we maintain will run against master branch PRs. For this, only one prow job is now sufficient, once the feature gate becomes GA. |
ok, then that is only true for older releases but for new releases. |
@ishan16696 no, that will not be possible. With druid:v0.25.0, the feature gate becomes GA and is locked to true, so users can never disable it once they move to v0.25.0.
|
ok, got it. feel free to edit the issue then. |
/close since both the linked PRs have been merged now. |
Feature (What you would like to be added):
UseEtcdWrapper
feature gate to GA #936etcd-custom-image
for druid versions >v0.25
. Remove etcd-druid nondistroless prow job ci-infra#2757Motivation (Why is this needed?):
Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: