File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY=gcr.io/k8s-staging-capi-ibmcloud
16
16
IMG =powervs-cloud-controller-manager
17
17
18
18
# POWERVS_CLOUD_CONTROLLER_COMMIT can be fetched from here https://github.com/openshift/cloud-provider-powervs/commits/main
19
- POWERVS_CLOUD_CONTROLLER_COMMIT? =0b18bec
19
+ POWERVS_CLOUD_CONTROLLER_COMMIT? =07d19bf
20
20
TAG? =$(POWERVS_CLOUD_CONTROLLER_COMMIT )
21
21
22
22
build-image-and-push-linux-amd64 : init-buildx
Original file line number Diff line number Diff line change @@ -462,14 +462,17 @@ data:
462
462
k8s-app: ibmpowervs-cloud-controller-manager
463
463
spec:
464
464
nodeSelector:
465
- node-role.kubernetes.io/master : ""
465
+ node-role.kubernetes.io/control-plane : ""
466
466
tolerations:
467
467
- key: node.cloudprovider.kubernetes.io/uninitialized
468
468
value: "true"
469
469
effect: NoSchedule
470
470
- key: node-role.kubernetes.io/master
471
471
effect: NoSchedule
472
472
operator: Exists
473
+ - key: node-role.kubernetes.io/control-plane
474
+ effect: NoSchedule
475
+ operator: Exists
473
476
- key: node.kubernetes.io/not-ready
474
477
effect: NoSchedule
475
478
operator: Exists
You can’t perform that action at this time.
0 commit comments