Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Check for NodeSetDeploymentReadyCondition in deploymentStatuses #860

Closed
wants to merge 1 commit into from

Conversation

rabi
Copy link
Contributor

@rabi rabi commented Apr 26, 2024

DeploymentStatuses never get the final Ready condition for the deployment as we're only looking at a specific nodeset to be deployment ready. Use NodeSetDeploymentReadyCondition which we set explicitly.

Also we should not wait for the whole deployment that could have multiple nodesets. We're concerned about a specific
nodeset here.

@openshift-ci openshift-ci bot requested review from dprince and rebtoor April 26, 2024 02:52
Copy link
Contributor

openshift-ci bot commented Apr 26, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rabi

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

DeploymentStatuses never get the final Ready condition for the
deployment as we're only looking at a specific nodeset to be
deployment ready. Use NodeSetDeploymentReadyCondition which we
set explicitly.

Also we should not wait for the whole deployment that could have
multiple nodesets. We're concerned about a specific
nodeset here.
@rabi
Copy link
Contributor Author

rabi commented Apr 26, 2024

#859 was merged.

@rabi rabi closed this Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant