Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gcp-csi driver to v1.13.2 #341

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ spec:
role: master
containers:
- name: gce-pd-driver
# Latest available pushed image is v1.11.1
# https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues/1397
image: registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.11.1
# Delete the expected gcp credentials secret and mount
env:
- $patch: delete
Expand All @@ -30,6 +27,7 @@ spec:
- $patch: delete
name: cloud-sa-volume
mountPath: "/etc/cloud-sa"
# Keeps upstream manifests and adds CrossNamespaceVolumeDataSource=true feature gate
- name: csi-provisioner
args:
- --v=2
Expand Down

This file was deleted.

6 changes: 1 addition & 5 deletions gcp-compute-persistent-disk-csi-driver/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ namespace: kube-system
# Use a commit ref instead of tag, as images do not follow tags in the repo
# manifests.
resources:
# Using latest manifests version in time of this change, but will have to
# patch the image locally under csi-gce-pd-controller-patch.yaml to the
# latest version
- github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/deploy/kubernetes/overlays/stable-master?ref=18a713415b80584164803f26e904cc85c6274b45
- github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/deploy/kubernetes/overlays/stable-master?ref=fda486201567e7fc99e12659708595195f426b50

patches:
- path: csi-gce-pd-controller-patch.yaml
- path: csi-gce-pd-node-patch.yaml
- target:
group: rbac.authorization.k8s.io
version: v1
Expand Down
Loading