Closed dbasunag closed 3 months ago
Report bugs in Issues
The following are automatically added:
.pre-commit-config.yaml
exists in the repo.Available user actions:
/wip
to the PR, To remove it from the PR comment /wip cancel
to the PR./hold
, To un-block merging of PR comment /hold cancel
./verified
to the PR, to un-verify comment /verified cancel
to the PR.
verified label removed on each new commit push./cherry-pick <target branch to cherry-pick to>
in the PR.
/cherry-pick branch1 branch2
)/build-and-push-container
in the PR (tag will be the PR number).
/build-and-push-container --build-arg OPENSHIFT_PYTHON_WRAPPER_COMMIT=<commit_hash>
/<label name>
, to remove, use /<label name> cancel
/assign-reviewers
/check-can-merge
/verified
/verified
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/verified
/verified
/verified /lgtm
Short description:
Cluster monitoring operator asks the apiserver to deploy https://github.com/openshift/cluster-monitoring-operator/blob/release-4.17/assets/prometheus-k8s/service-account.yaml. openshift-monitoring team recommends generating specific tokens and using it for prometheus query, instead of assuming imagePullSecrets would always be there. In CNV we found this field not to be reliable, specially for post upgrade scenarios.
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
Bug: