Skip to content

Commit c9df4e4

Browse files
authored
Merge pull request #17793 from upodroid/bump-ccm
gcp: Update ccm to fix broken arm64 jobs
2 parents adf008d + d785df3 commit c9df4e4

File tree

28 files changed

+28
-29
lines changed

28 files changed

+28
-29
lines changed

pkg/model/components/gcpcloudcontrollermanager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ func (b *GCPCloudControllerManagerOptionsBuilder) BuildOptions(cluster *kops.Clu
7171
}
7272

7373
if ccmConfig.Image == "" {
74-
// TODO: Implement CCM image publishing
7574
switch b.ControlPlaneKubernetesVersion().Minor() {
7675
default:
77-
ccmConfig.Image = "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1"
76+
ccmConfig.Image = "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0"
7877
}
7978
}
8079

tests/integration/update_cluster/ha_gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
clusterName: ha-gce-example-com
2626
controllers:
2727
- '*'
28-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
28+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
2929
leaderElection:
3030
leaderElect: true
3131
cloudProvider: gce

tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
version: 9.99.0
5555
- id: k8s-1.23
5656
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
57-
manifestHash: d05688c98128f6bb7361a931705fc2a64f535d010c8c11f0d6177c9aa7ae16f9
57+
manifestHash: 9e82a18eb446294f009d209d8f8a0903b1fe789b4cf1c4754142469d355a1687
5858
name: gcp-cloud-controller.addons.k8s.io
5959
prune:
6060
kinds:

tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
clusterName: minimal-example-com
2727
controllers:
2828
- '*'
29-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
29+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
3030
leaderElection:
3131
leaderElect: true
3232
cloudProvider: gce

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
version: 9.99.0
126126
- id: k8s-1.23
127127
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
128-
manifestHash: 2778517c19f2247cead060bfa7e3c34027d4611b202e8365d552248b89a552cb
128+
manifestHash: edfe9c3eb5ae99cb2622968999c435d3a67152b3c0245754127a728a09c7446c
129129
name: gcp-cloud-controller.addons.k8s.io
130130
prune:
131131
kinds:

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
clusterName: minimal-gce-example-com
2626
controllers:
2727
- '*'
28-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
28+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
2929
leaderElection:
3030
leaderElect: true
3131
cloudProvider: gce

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
version: 9.99.0
4848
- id: k8s-1.23
4949
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
50-
manifestHash: dd48ce99e79111f6fa61e057cc3740b802c63e5fee4af1cd55b39fe1651298c6
50+
manifestHash: 8bc52ae1d41caceb2ca8dd61d99700f5d01d6f7ffb27c97c486fbb9d700378e9
5151
name: gcp-cloud-controller.addons.k8s.io
5252
prune:
5353
kinds:

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

0 commit comments

Comments
 (0)