Skip to content

Commit 0e7fd31

Browse files
authored
update do ccm to 0.1.45 (#535)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent be1af22 commit 0e7fd31

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/e2e/data/ccm/digitalocean-cloud-controller-manager.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,10 @@ spec:
3535
effect: "NoSchedule"
3636
- key: "CriticalAddonsOnly"
3737
operator: "Exists"
38-
# cloud controller manages should be able to run on masters
39-
# TODO: remove this when ccm is not supported on k8s <= 1.23
40-
- key: "node-role.kubernetes.io/master"
41-
effect: NoSchedule
42-
# k8s clusters 1.24+ uses control-plane name instead of master
4338
- key: "node-role.kubernetes.io/control-plane"
4439
effect: NoSchedule
4540
containers:
46-
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.42
41+
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.45
4742
name: digitalocean-cloud-controller-manager
4843
command:
4944
- "/bin/digitalocean-cloud-controller-manager"

0 commit comments

Comments
 (0)