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

Bug 1988032: add cvo ha annotations to tombstones #893

Merged
merged 1 commit into from Aug 5, 2021

Conversation

elmiko
Copy link
Contributor

@elmiko elmiko commented Jul 29, 2021

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.

@openshift-ci openshift-ci bot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Jul 29, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 29, 2021

@elmiko: This pull request references Bugzilla bug 1988032, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.0) matches configured target release for branch (4.9.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sunzhaohua2

In response to this:

Bug 1988032: add cvo ha annotations to tombstones

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 bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jul 29, 2021
Copy link
Contributor

@Fedosin Fedosin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2021
@Fedosin
Copy link
Contributor

Fedosin commented Jul 30, 2021

/retest-required

@JoelSpeed
Copy link
Contributor

/approve
/retest-required

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 2, 2021

[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

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 Aug 2, 2021
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@JoelSpeed
Copy link
Contributor

/lgtm cancel

This PR still has some syntax issue by the looks of things, CVO is broken by this

level=fatal msg=failed to initialize the cluster: Could not update credentialsrequest "openshift-cloud-credential-operator/openshift-machine-api" (718 of 726): the server does not recognize this resource, check extension API servers

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 2, 2021
@elmiko
Copy link
Contributor Author

elmiko commented Aug 2, 2021

that's a really odd message, i'll do some digging

@elmiko
Copy link
Contributor Author

elmiko commented Aug 2, 2021

@elmiko
Copy link
Contributor Author

elmiko commented Aug 3, 2021

hmm, looks like still a couple syntax errors.

@elmiko
Copy link
Contributor Author

elmiko commented Aug 3, 2021

update the apiVersion field on several records to ensure they match the original manifests that created them.

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.
@elmiko
Copy link
Contributor Author

elmiko commented Aug 3, 2021

changed CRD versions to use v1 instead of v1beta1

@elmiko
Copy link
Contributor Author

elmiko commented Aug 3, 2021

/test e2e-aws-upgrade

@JoelSpeed i think we've got the syntax errors nailed down

@elmiko
Copy link
Contributor Author

elmiko commented Aug 3, 2021

/test e2e-aws-upgrade

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

13 similar comments
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 5, 2021

@elmiko: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-libvirt af2f3bd link /test e2e-libvirt
ci/prow/e2e-azure af2f3bd link /test e2e-azure
ci/prow/e2e-gcp af2f3bd link /test e2e-gcp
ci/prow/e2e-metal-ipi-ovn-ipv6 af2f3bd link /test e2e-metal-ipi-ovn-ipv6
ci/prow/e2e-aws-disruptive af2f3bd link /test e2e-aws-disruptive

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-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

8 similar comments
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci openshift-ci bot merged commit df4ed38 into openshift:master Aug 5, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 5, 2021

@elmiko: All pull requests linked via external trackers have merged:

Bugzilla bug 1988032 has been moved to the MODIFIED state.

In response to this:

Bug 1988032: add cvo ha annotations to tombstones

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.

@elmiko elmiko deleted the update-tombstones branch August 5, 2021 12:48
wking added a commit to wking/machine-api-operator that referenced this pull request Jul 25, 2023
Since these manifests took effect in af2f3bd (add cvo ha
annotations to tombstones, 2021-07-29, openshift#893, OpenShift 4.9), the only
change has been d3a5a0e (add capability annotation, 2023-02-14,
4.8 cluster that might have included these resources should have
completed an update to 4.9 which would have removed them.  And if that
failed, they should have completed an update to one of the later 4.y
and removed the resources.  By removing the resource, we save the
cluster-version operator some time checking to ensure deletion, and
only expose ourselves to leaking the resources on clusters that
updated from 4.8 through to 4.14 without ever having completed an
update before reaching 4.14.
wking added a commit to wking/machine-api-operator that referenced this pull request Jul 25, 2023
Since these manifests took effect in af2f3bd (add cvo ha
annotations to tombstones, 2021-07-29, openshift#893, OpenShift 4.9), the only
change has been d3a5a0e (add capability annotation, 2023-02-14, openshift#1119).
We can remove these deletion references now, because a 4.8 cluster that
might have included these resources should have completed an update to
4.9 which would have removed them.  And if that failed, they should
have completed an update to one of the later 4.y and removed the
resources.  By removing the resource, we save the cluster-version
operator some time checking to ensure deletion, and only expose
ourselves to leaking the resources on clusters that updated from 4.8
through to 4.14 without ever having completed an update before
reaching 4.14.
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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants