We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 195803c + 10a7d6f commit ab3e83fCopy full SHA for ab3e83f
cluster/gce/config-common.sh
@@ -158,7 +158,7 @@ export WINDOWS_INFRA_CONTAINER="registry.k8s.io/pause:3.10"
158
# Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows.
159
export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy"
160
# Version for csi-proxy
161
-export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.1.1-gke.0}"
+export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v1.2.1-gke.2}"
162
# csi-proxy additional flags, there are additional flags that cannot be unset in k8s-node-setup.psm1
163
export CSI_PROXY_FLAGS="${CSI_PROXY_FLAGS:-}"
164
# Storage path for auth-provider-gcp binaries
0 commit comments