Skip to content

Commit c88f208

Browse files
authored
Merge pull request #1486 from CecileRobertMichon/cloud-provider-1.0
Update external cloud provider templates to v1.0
2 parents 2ac653f + 8cf5162 commit c88f208

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

templates/cluster-template-external-cloud-provider.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ data:
376376
effect: NoSchedule
377377
containers:
378378
- name: cloud-controller-manager
379-
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4}
379+
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1}
380380
imagePullPolicy: IfNotPresent
381381
command: ["cloud-controller-manager"]
382382
args:
@@ -504,7 +504,7 @@ data:
504504
effect: NoSchedule
505505
containers:
506506
- name: cloud-node-manager
507-
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4}
507+
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1}
508508
imagePullPolicy: IfNotPresent
509509
command:
510510
- cloud-node-manager

templates/flavors/external-cloud-provider/cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
effect: NoSchedule
149149
containers:
150150
- name: cloud-controller-manager
151-
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4}
151+
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1}
152152
imagePullPolicy: IfNotPresent
153153
command: ["cloud-controller-manager"]
154154
args:

templates/flavors/external-cloud-provider/cloud-node-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
effect: NoSchedule
6767
containers:
6868
- name: cloud-node-manager
69-
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4}
69+
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1}
7070
imagePullPolicy: IfNotPresent
7171
command:
7272
- cloud-node-manager

templates/test/ci/cluster-template-prow-external-cloud-provider.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ data:
381381
effect: NoSchedule
382382
containers:
383383
- name: cloud-controller-manager
384-
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4}
384+
image: ${AZURE_CLOUD_CONTROLLER_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1}
385385
imagePullPolicy: IfNotPresent
386386
command: ["cloud-controller-manager"]
387387
args:
@@ -509,7 +509,7 @@ data:
509509
effect: NoSchedule
510510
containers:
511511
- name: cloud-node-manager
512-
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4}
512+
image: ${AZURE_CLOUD_NODE_MANAGER_IMG:=mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1}
513513
imagePullPolicy: IfNotPresent
514514
command:
515515
- cloud-node-manager

0 commit comments

Comments
 (0)