This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for NodeSetDeploymentReadyCondition in deploymentStatuses
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.
- Loading branch information