Skip to content

Commit e8e479e

Browse files
authored
Merge pull request #1135 from amacaskill/bump-min-version
bump min version for oss / non managed features
2 parents e57a98c + c21ed3c commit e8e479e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export STAGINGVERSION=$(gcloud container images list-tags gcr.io/gke-release/gcs
8686
export REGISTRY="gcr.io/gke-release"
8787
```
8888

89-
**Important**: Use the same version (e.g., `v1.21.8`) across all components, as version skew is not extensively tested. While these values are set by default, explicitly setting them ensures compatibility with the rest of this guide for both public and custom image installations.
89+
**Important**: Use the same version (e.g., `v1.21.9`) across all components, as version skew is not extensively tested. While these values are set by default, explicitly setting them ensures compatibility with the rest of this guide for both public and custom image installations.
9090

9191
#### Install with a Custom Built Driver Image
9292

docs/oidc_authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ The OIDC authentication feature allows Kubernetes pods to authenticate to Google
3232

3333
### Driver Version Requirements
3434

35-
OIDC authentication is supported with the non-managed (self deployed GCS FUSE CSI driver), with driver version tag [v1.21.8](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.8) or later. It is **not** currently supported with the managed GCS FUSE CSI driver that is installed through the [GcsFuseCsiDriver addon](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-storage-fuse-csi-driver-setup#enable).
35+
OIDC authentication is supported with the non-managed (self deployed GCS FUSE CSI driver), with driver version tag [v1.21.9](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.9) or later. It is **not** currently supported with the managed GCS FUSE CSI driver that is installed through the [GcsFuseCsiDriver addon](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-storage-fuse-csi-driver-setup#enable).
3636

3737
You can deploy the non-managed driver using either publicly hosted images or by building a custom driver.
3838

3939
#### Deploy with Publicly Hosted Images
4040

41-
To install the non-managed driver using these publicly hosted images, run the following commands based on the [Makefile Install instructions](installation.md#makefile-commands). You should use the same version (e.g. `v1.21.8`) across all of these sidecars as version skew between these components is not extensively tested. Note that this is the default behavior, unless you change the installation scripts themselves.
41+
To install the non-managed driver using these publicly hosted images, run the following commands based on the [Makefile Install instructions](installation.md#makefile-commands). You should use the same version (e.g. `v1.21.9`) across all of these sidecars as version skew between these components is not extensively tested. Note that this is the default behavior, unless you change the installation scripts themselves.
4242

4343
```bash
4444
export REGISTRY="gcr.io/gke-release"
@@ -48,7 +48,7 @@ make install STAGINGVERSION=$STAGINGVERSION REGISTRY=$REGISTRY
4848

4949
#### Deploy with Custom Built driver
5050

51-
For non-Google internal projects, follow the instructions in [Cloud Build on NON Google Internal projects](/docs/development.md#cloud-build-on-non-google-internal-projects), and ensure you build from a `LATEST_TAG` with driver version tag [v1.21.8](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.8) or later.
51+
For non-Google internal projects, follow the instructions in [Cloud Build on NON Google Internal projects](/docs/development.md#cloud-build-on-non-google-internal-projects), and ensure you build from a `LATEST_TAG` with driver version tag [v1.21.9](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.9) or later.
5252

5353
## Step 1: Configure GCP IAM for Workload Identity Federation
5454

docs/oss-k8s-e2e-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ kubectl exec example --namespace $NAMESPACE -- gcloud auth print-access-token
879879

880880
We recommend installing the driver from a fully released, fully qualified GCSFuse CSI Driver image. Alternatively, you can build and push a custom driver image by following the [Cloud Build on NON Google Internal projects](development.md#cloud-build-on-non-google-internal-projects) guide.
881881

882-
**The minimum supported GCSFuse CSI Driver version for the OSS K8s Support is [v1.21.8](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.8)**. Whether you install from a custom-built image or a publicly hosted one, ensure the driver version is at least `v1.21.8`.
882+
**The minimum supported GCSFuse CSI Driver version for the OSS K8s Support is [v1.21.9](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v1.21.9)**. Whether you install from a custom-built image or a publicly hosted one, ensure the driver version is at least `v1.21.9`.
883883

884884
This guide demonstrates the preferred approach: installing from a publicly hosted, fully qualified image. We provide two options for installing the driver: [Makefile](#installing-the-gcsfuse-csi-driver-with-makefile) and [Cloud Build](#installing-the-gcsfuse-csi-driver-with-cloud-build). Choose one of these methods to install the driver based on your infrastructure requirements.
885885

0 commit comments

Comments
 (0)