Ensure windows nodes provision for pull-cluster-api-provider-azure-ci-entrypoint jobs#25082
Conversation
|
/assign @jsturtevant @CecileRobertMichon |
|
this will allow us to make sure the provisioning works for windows as well |
|
/cancel lgtm |
| securityContext: | ||
| privileged: true | ||
| env: | ||
| - name: TEST_WINDOWS |
There was a problem hiding this comment.
This is running against - ^release-0.5$ which doesn't have containerd support. I don't think the script would do anything with this but probably shouldn't include it
Ahh, i was just checking on that now. |
…-entrypoint jobs Signed-off-by: Mark Rossetti <marosset@microsoft.com>
b2d4d22 to
baffa43
Compare
|
I reverted the v1alpha4 changes. |
| securityContext: | ||
| privileged: true | ||
| env: | ||
| - name: TEST_WINDOWS |
There was a problem hiding this comment.
this requires k8s 1.22+, are we testing with 1.22 in the release-1.1 branch?
There was a problem hiding this comment.
Looks like it
From the pull-cluster-api-provider-azure-ci-entrypoint-v1beta job on kubernetes-sigs/cluster-api-provider-azure#2027
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
capz-uwrg2l-control-plane-qtbvc Ready control-plane,master 2m10s v1.22.1 10.0.0.4 <none> Ubuntu 20.04.3 LTS 5.8.0-1039-azure containerd://1.5.4
capz-uwrg2l-md-0-thklx Ready <none> 52s v1.22.1 10.1.0.4 <none> Ubuntu 20.04.3 LTS 5.8.0-1039-azure containerd://1.5.4
capz-uwrg2l-md-0-wmdnh Ready <none> 31s v1.22.1 10.1.0.5 <none> Ubuntu 20.04.3 LTS 5.8.0-1039-azure containerd://1.5.4There was a problem hiding this comment.
good point. doesn't look like it https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/61fcf75d5a290577be64604db363baf6b5e604bb/hack/create-dev-cluster.sh#L50
i read that wrong. that line does say v1.22.1
|
the v1beta is running against the |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, marosset 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 |
|
@marosset: 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. |
Signed-off-by: Mark Rossetti marosset@microsoft.com
Setting TEST_WINDOWS will provision 2 Windows nodes in the workload cluster
https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/7979a9705adabde2085801b04f87ad00e8888e1e/scripts/ci-entrypoint.sh#L104-L107