Skip to content

Commit

Permalink
bump GCP CCM to 30.x, using staging images (#3232)
Browse files Browse the repository at this point in the history
* bump GCP CCM to 30.x, using staging images

* add older GCP images
  • Loading branch information
xrstf authored Jun 17, 2024
1 parent 5c3dd92 commit 2b0712b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/ccm-gcp/Kustomization
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
namespace: kube-system

resources:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/providers/v0.28.2/deploy/packages/default/manifest.yaml
- https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/ccm/v30.0.0/deploy/packages/default/manifest.yaml

patches:
- target:
Expand Down
1 change: 0 additions & 1 deletion addons/ccm-gcp/ccm-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ spec:
name: cloudconfig
readOnly: true
hostNetwork: true
nodeSelector: null
priorityClassName: system-cluster-critical
serviceAccountName: cloud-controller-manager
tolerations:
Expand Down
7 changes: 6 additions & 1 deletion pkg/templates/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,12 @@ func optionalResources() map[Resource]map[string]string {
NutanixCSISnapshotter: {"*": "registry.k8s.io/sig-storage/csi-snapshotter:v3.0.3"},

// GCP CCM
GCPCCM: {"*": "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v28.2.1"},
GCPCCM: {
"1.27.x": "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v27.1.6",
"1.28.x": "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v28.2.1",
"1.29.x": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v29.0.0",
">= 1.30.0": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v30.0.0",
},

// GCP Compute Persistent Disk CSI
// see: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/deploy/kubernetes/images/stable-master/image.yaml
Expand Down

0 comments on commit 2b0712b

Please sign in to comment.