[OCPCLOUD-1110] Test full migration workflow to CCM with CSI driver#18138
Conversation
56bf16a to
b6caa8b
Compare
|
/retest |
9396ddb to
2e6f0f2
Compare
|
/retest |
|
/test pj-rehearse |
2e6f0f2 to
1ff5686
Compare
8a342b5 to
12ed848
Compare
elmiko
left a comment
There was a problem hiding this comment.
this generally makes sense to me, i just have a question about one of the timeouts
70c5f04 to
6d0862d
Compare
0cec4fc to
430d16f
Compare
|
/retest |
430d16f to
01410ca
Compare
403d09b to
90118c4
Compare
|
/retest |
|
Two sequential CI runs showed a different set of errors, and the only common should be fixed with openshift/cluster-cloud-controller-manager-operator#38:
/retest hope to see it green at last. |
dd18a09 to
a5419ee
Compare
This PR reconfigures cluster to run CCM deployment and disables cloud integration in KCM and Kubelet. It is currently achieved by overriding MCO and KCMO images with changes allowing to set correct flags. - Add MCO image override (changes from openshift/machine-config-operator#2386) - Step waits for kubelet update on machines - Add KCMO image override to test KCM migration to out-of-tree CCM (revendor with changes from openshift/library-go#895) - Make featureGate apply step more resilent to API server timeouts
a5419ee to
eed58c1
Compare
|
/retest |
|
@Danil-Grigorev: The following test 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. |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Danil-Grigorev, 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 |
|
@Danil-Grigorev: Updated the
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 PR reconfigures cluster to run CCM deployment and disables cloud
integration in KCM and Kubelet. It is currently achieved by overriding
MCO and KCMO images with changes allowing to set correct flags.
[OCPCLOUD-1107] External cloud-provider support via FeatureGate in post-install machine-config-operator#2386)
(revendor with changes from
[OCPCLOUD-1070] Add observe external switch to cloudpovider observer library-go#895)