Skip to content
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

MON-3538: Promote MetricsServer FeatureGate to GA #1851

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

slashpai
Copy link
Member

@slashpai slashpai commented Apr 11, 2024

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

Enhancement proposal: https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/replace-prometheus-adapter-with-metrics-server.md

Autoscaling/HPA uses resource metrics api and we see techpreview jobs for HPA is passing 100%

HPA/Autoscaling Sippy Test Link

Testing APIService during upgrade: https://issues.redhat.com/browse/MON-3539

cc: @simonpasquier @jan--f @juzhao

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 11, 2024

@slashpai: This pull request references MON-3538 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.16.0" version, but no target version was set.

In response to this:

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

/hold

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 11, 2024
@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Apr 11, 2024
Copy link
Contributor

openshift-ci bot commented Apr 11, 2024

Hello @slashpai! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@openshift-ci openshift-ci bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 11, 2024
@openshift-ci openshift-ci bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 11, 2024
@slashpai
Copy link
Member Author

cc: @simonpasquier @jan--f

This was used to trigger all the tests

@deads2k
Copy link
Contributor

deads2k commented Apr 12, 2024

Can you either

  1. link to the automated tests results in periodic jobs running on a schedule to ensure regression protection both from the owning component and other components via side-effect (cluster-node-tuning-operator just benefited from such protection when an MCO PR broke them)
  2. A direct QE sign off that this feature is ready.

See deeper examples of how to be promoted here: https://github.com/openshift/enhancements/blob/master/dev-guide/featuresets.md#id-like-to-declare-a-feature-accessible-by-default--what-is-the-process

@deads2k
Copy link
Contributor

deads2k commented Apr 12, 2024

/test verify

@openshift openshift deleted a comment from openshift-ci bot Apr 12, 2024
@juzhao
Copy link

juzhao commented Apr 17, 2024

ci/prow/verify failed for
https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_api/1851/pull-ci-openshift-api-master-verify/1778771838210412544

 F0412 13:26:08.030722  159687 root.go:64] Error running codegen: error: only 0 tests found, need at least 5 for "MetricsServer" on {vsphere-ipi amd64 ha}
error: only 0 tests found, need at least 5 for "MetricsServer" on {aws amd64 hypershift}
error: only 0 tests found, need at least 5 for "MetricsServer" on {aws amd64 ha}
error: only 0 tests found, need at least 5 for "MetricsServer" on {azure amd64 ha}
error: only 0 tests found, need at least 5 for "MetricsServer" on {gcp amd64 ha}
make: *** [Makefile:54: verify-scripts] Error 255 

no tests in this PR. QE is working on test this PR with the cluster-bot cluster

@juzhao
Copy link

juzhao commented Apr 17, 2024

tested on AWS and hypershift-host cluster, metrics-server is enabled by default, just a small bug https://issues.redhat.com/browse/OCPBUGS-32342 should be fixed after GA, metrics-server works well. I think we can merge this PR.

Signed-off-by: Jayapriya Pai <janantha@redhat.com>
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 18, 2024

@slashpai: This pull request references MON-3538 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.16.0" version, but no target version was set.

In response to this:

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

Testing APIService during upgrade: https://issues.redhat.com/browse/MON-3539

/hold

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.

@slashpai
Copy link
Member Author

/retest

@slashpai
Copy link
Member Author

/jira refresh

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 18, 2024

@slashpai: This pull request references MON-3538 which is a valid jira issue.

In response to this:

/jira refresh

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.

@slashpai slashpai changed the title WIP: MON-3538: Promote MetricsServer FeatureGate to GA MON-3538: Promote MetricsServer FeatureGate to GA Apr 18, 2024
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 18, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 18, 2024

@slashpai: This pull request references MON-3538 which is a valid jira issue.

In response to this:

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

Testing APIService during upgrade: https://issues.redhat.com/browse/MON-3539

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.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 18, 2024

@slashpai: This pull request references MON-3538 which is a valid jira issue.

In response to this:

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

Enhancement proposal: https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/replace-prometheus-adapter-with-metrics-server.md

Autoscaling/HPA uses resource metrics api and we see techpreview jobs for HPA is passing 100%

HPA/Autoscaling Sippy Test Link

Testing APIService during upgrade: https://issues.redhat.com/browse/MON-3539

cc: @simonpasquier @jan--f @juzhao

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.

@juzhao
Copy link

juzhao commented Apr 18, 2024

see from https://issues.redhat.com/browse/MON-3539 upgrade test is done, no issue.
/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Apr 18, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 18, 2024

@slashpai: This pull request references MON-3538 which is a valid jira issue.

In response to this:

Placeholder to promote MetricsServer FeatureGate to GA.

This is also to test if tests are failing when promoted to GA

Enhancement proposal: https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/replace-prometheus-adapter-with-metrics-server.md

Autoscaling/HPA uses resource metrics api and we see techpreview jobs for HPA is passing 100%

HPA/Autoscaling Sippy Test Link

Testing APIService during upgrade: https://issues.redhat.com/browse/MON-3539

cc: @simonpasquier @jan--f @juzhao

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.

@slashpai
Copy link
Member Author

/assign @simonpasquier

@deads2k
Copy link
Contributor

deads2k commented Apr 18, 2024

QE has signed off
/override ci/prow/verify

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Apr 18, 2024

@deads2k: Overrode contexts on behalf of deads2k: ci/prow/verify

In response to this:

QE has signed off
/override ci/prow/verify

/lgtm
/approve

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/test-infra repository.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 18, 2024
Copy link
Contributor

openshift-ci bot commented Apr 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 18, 2024
@slashpai
Copy link
Member Author

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 19, 2024
Copy link
Contributor

openshift-ci bot commented Apr 19, 2024

@slashpai: all tests passed!

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/test-infra repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 1f60f4c into openshift:master Apr 19, 2024
18 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-cluster-config-api-container-v4.16.0-202404190512.p0.g1f60f4c.assembly.stream.el9 for distgit ose-cluster-config-api.
All builds following this will include this PR.

neisw added a commit to neisw/api that referenced this pull request Apr 21, 2024
openshift-merge-bot bot added a commit that referenced this pull request Apr 22, 2024
Revert #1851 "MON-3538: Promote MetricsServer FeatureGate to GA"
slashpai added a commit to slashpai/api that referenced this pull request Apr 23, 2024
slashpai added a commit to slashpai/api that referenced this pull request Apr 23, 2024
slashpai added a commit to slashpai/api that referenced this pull request May 3, 2024
slashpai added a commit to slashpai/api that referenced this pull request May 13, 2024
anirudhAgniRedhat pushed a commit to anirudhAgniRedhat/openshift-api that referenced this pull request May 14, 2024
openshift-merge-bot bot added a commit that referenced this pull request May 15, 2024
Revert "Revert "Merge pull request #1851 from slashpai/metrics-server""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants