Bug 1988032: add cvo ha annotation to tombstones#216
Bug 1988032: add cvo ha annotation to tombstones#216openshift-ci[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@elmiko: This pull request references Bugzilla bug 1988032, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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 kubernetes/test-infra repository. |
|
e2e-aws is getting: E0729 18:21:05.029763 1 task.go:112] error running apply for prometheusrule "openshift-machine-api/cluster-autoscaler-operator-rules" (286 of 719): failed to get resource type: no matches for kind "PrometheusRule" in version "monitoring.coreos.com" No version on apiVersion is perhaps the issue: apiVersion: monitoring.coreos.com |
|
as i understand it, this type was removed in 4.7, is there some other way i should be specifying this? re: https://issues.redhat.com/browse/OCPCLOUD-1153 for reference on the apiVersion |
|
hmm, so looking back through the historical versions of the MAO repo, i am not seeing the original file which created this object. perhaps we have an error in trying to delete this? |
|
ok, i think i see the error. the version should be |
|
Maybe I misunderstand your comment but I think your manifests should specify: That is I think it's complaining because you are not specifying The manifest from release 4.7.17 that I based the bug on is 0000_50_cluster-autoscaler-operator_09_alertrules.yaml |
This change adds the annotation `include.release.openshift.io/self-managed-high-availability: "true"` to the tombstones. This is needed to ensure that the CVO will process them.
aa80a7c to
b48af34
Compare
|
thanks for the confirmation @jottofar , updated to correct the |
|
/retest-required |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@elmiko: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 1988032 has not been moved to the MODIFIED state. DetailsIn 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 kubernetes/test-infra repository. |
This change adds the annotation
include.release.openshift.io/self-managed-high-availability: "true"to the tombstones. This is needed to ensure that the CVO will process
them.