-
Notifications
You must be signed in to change notification settings - Fork 581
MON-3971: Remove MetricsServer feature gate #1993
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
Conversation
|
@slashpai: This pull request references MON-3971 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hello @slashpai! Some important instructions when contributing to openshift/api: |
f18781c to
7b2ea98
Compare
7b2ea98 to
e8b86bf
Compare
|
/retest |
1 similar comment
|
/retest |
|
/payload 4.17 nightly blocking |
|
@slashpai: trigger 9 job(s) of type blocking for the nightly release of OCP 4.17
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/35832820-554f-11ef-9dcc-9fa7f4650624-0 |
|
Thanks! Maybe we should also clean it in payload-command/render/renderassets/rendered_manifests_test.go? /hold |
|
FYI #1780 was merged. |
|
Looking at the slack thread, I think we are ok to move forward, can you rebase please to address conflicts |
e8b86bf to
49ba8eb
Compare
|
Feature was promoted to GA 4 months ago in 4.17 /lgtm |
49ba8eb to
da5bbf6
Compare
|
@JoelSpeed could you please review again, rebased the branch |
|
/hold cancel |
|
/retest-required |
|
/lgtm |
cluster-monitoring-operator now by default installs and configures metrics-server and it doesn't need to be behind feature gate anymore. Signed-off-by: Jayapriya Pai <janantha@redhat.com>
da5bbf6 to
4f141fd
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, slashpai The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
|
@slashpai: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
684b2b1
into
openshift:master
|
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
cluster-monitoring-operator now by default installs and configures metrics-server and it doesn't need
to be behind feature gate anymore.