[CORS-2666] Add ControlPlaneMachineSet for Nutanix#7119
[CORS-2666] Add ControlPlaneMachineSet for Nutanix#7119openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
Set ControlPlaneMachineSet to Active.
6acbc78 to
93b3197
Compare
|
/test e2e-nutanix-ovn |
|
Code initially looks correct, can we observe what the generated CPMS output from this is? Does it look correct? Is the cluster bootstrapping correctly with the CPMS installed? |
|
@thunderboltsid: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Yeah, good point! I updated the PR description with some of the verifications I've done. |
|
/assign @damdo |
|
/lgtm |
damdo
left a comment
There was a problem hiding this comment.
Thanks for putting this together @thunderboltsid
LGTM
|
/lgtm |
|
/test e2e-nutanix-ovn |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rna-afk 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 |
|
/label jira/valid-bug |
Set ControlPlaneMachineSet to Active. This generates a
ControlPlaneMachineSetmanifest in the openshift directory when runningcreate manifestscommand.How was this tested?
oc adm release new --from-release registry.ci.openshift.org/ocp/release:4.14.0-0.nightly-2023-04-19-125337 cluster-control-plane-machine-set-operator=image-registry:cluster-control-plane-machine-set-operator --to-image image-registry:releaseand set the release image override environment variable to the newly created release image usingexport OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE=image-registry:releaseopenshift-installer create install-configopenshift-installer create manifestsand verify ControlPlaneMachineSet manifest generated is as expectedopenshift-install create clusterControlPlaneMachineSetisActiveand deleting ControlPlane and Worker machines leads to creation of new ones