-
Notifications
You must be signed in to change notification settings - Fork 365
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
NO-JIRA: vendor Kubernetes dashboards #2482
NO-JIRA: vendor Kubernetes dashboards #2482
Conversation
kubernetes-monitoring/kubernetes-mixin is pinned to the latest upstream commit before the project switched to Grafana v11 since it broke the Kubernetes dashboards in the OCP console (see 2399dc8 for details). This change removes the Kubernetes dashboards from the jsonnet generation code. Instead their current version is copied to the `0000_90_cluster-monitoring-operator_02-dashboards.yaml` file under the `manifests/` directory. Any future update to these dashboards should be made to the manifest file directly. A follow-up PR will unpin the kubernetes-monitoring/kubernetes-mixin version. Signed-off-by: Simon Pasquier <[email protected]>
@simonpasquier: This pull request explicitly references no jira issue. 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. |
/hold I want to spin up a test cluster and compare against the current version. |
/hold cancel |
/retest Unblocks #2422. |
/lgtm |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marioferh, rexagod, simonpasquier 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
/retest-required |
1 similar comment
/retest-required |
/test e2e-hypershift-conformance |
@simonpasquier: 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-sigs/prow repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] Distgit: cluster-monitoring-operator |
kubernetes-monitoring/kubernetes-mixin is pinned to the latest upstream commit before the project switched to Grafana v11 since it broke the Kubernetes dashboards in the OCP console (see 2399dc8 for details).
This change removes the Kubernetes dashboards from the jsonnet generation code. Instead their current version is copied to the
0000_90_cluster-monitoring-operator_02-dashboards.yaml
file under themanifests/
directory. Any future update to these dashboards should be made to the manifest file directly.A follow-up PR will unpin the kubernetes-monitoring/kubernetes-mixin version.