Skip to content

Commit

Permalink
update do ccm to 0.1.45 (#535)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Oct 16, 2023
1 parent be1af22 commit 0e7fd31
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/e2e/data/ccm/digitalocean-cloud-controller-manager.yaml
Expand Up @@ -35,15 +35,10 @@ spec:
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
# cloud controller manages should be able to run on masters
# TODO: remove this when ccm is not supported on k8s <= 1.23
- key: "node-role.kubernetes.io/master"
effect: NoSchedule
# k8s clusters 1.24+ uses control-plane name instead of master
- key: "node-role.kubernetes.io/control-plane"
effect: NoSchedule
containers:
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.42
- image: digitalocean/digitalocean-cloud-controller-manager:v0.1.45
name: digitalocean-cloud-controller-manager
command:
- "/bin/digitalocean-cloud-controller-manager"
Expand Down

0 comments on commit 0e7fd31

Please sign in to comment.