-
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
Move feature:etcd-wrapper from alpha to beta feature. #744
Conversation
/test pull-etcd-druid-e2e-kind-alpha-features |
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.
@ishan16696 thanks for the PR. Just one comment regarding the doc. PTAL
@ishan16696 thanks for addressing my comment. Can you also take a look at gardener/ci-infra#1080 (comment) and address that as well in this PR? |
…not-use-feature-gates.
done, PTAL |
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.
@ishan16696 thanks for making the changes.
/lgtm
In the future, we need a better way to activate specific feature gates and deactivate others. Ideally, we need to have different combinations of profiles like alpha-on
, alpha-on-beta-off
, beta-off
, etc, so that when we have multiple feature-gates available in druid, we can test these quite well.
* Move feature:etcd-wrapper from alpha to beta feature. * Address review comments. * Adjusted the skafold activation profile with use-feature-gates to do-not-use-feature-gates.
* Move feature:etcd-wrapper from alpha to beta feature. * Address review comments. * Adjusted the skafold activation profile with use-feature-gates to do-not-use-feature-gates.
/kind enhancement
What this PR does / why we need it:
This PR moves
UseEtcdWrapper
alpha feature to beta feature by setting it as the default option in etcd-druid.Which issue(s) this PR fixes:
Fixes Part1: #743
Special notes for your reviewer:
Release note: