Skip to content

Commit e3332ef

Browse files
authored
Update documentation regarding minimum supported Kubernetes version (#447)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>
1 parent eaad74a commit e3332ef

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This policy is non-binding and subject to change.
6262

6363
## Compatibility
6464

65-
The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.23+ and implements the CSI Specification v1.8.0. The driver supports **x86-64** and **arm64** architectures.
65+
The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.25+ and implements the CSI Specification v1.8.0. The driver supports **x86-64** and **arm64** architectures.
6666

6767
## Distros Support Matrix
6868

@@ -78,11 +78,11 @@ The following table provides the support status for various distros with regards
7878

7979
## Documentation
8080

81-
* [Driver Installation](docs/install.md)
81+
* [Driver Installation](docs/INSTALL.md)
8282
* [Configuring volumes and credentials](docs/CONFIGURATION.md)
8383
* [Troubleshooting](docs/TROUBLESHOOTING.md)
8484
* [Kubernetes Static Provisioning Example](/examples/kubernetes/static_provisioning)
85-
* [Driver Uninstallation](docs/install.md#uninstalling-the-driver)
85+
* [Driver Uninstallation](docs/INSTALL.md#uninstalling-the-driver)
8686
* [Development and Contributing](CONTRIBUTING.md)
8787

8888
## Contributing

docs/install.md renamed to docs/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
* Kubernetes Version >= 1.23
5+
* Kubernetes Version >= 1.25
66

77
## Installation
88
> [!NOTE]
@@ -70,12 +70,12 @@ helm upgrade --install aws-mountpoint-s3-csi-driver \
7070

7171
> [!NOTE]
7272
> For EKS users, you need to pass your Role ARN here if you're using IAM roles for service accounts:
73-
>
73+
>
7474
> ```bash
7575
> $ helm upgrade --install aws-mountpoint-s3-csi-driver \
7676
> --namespace kube-system \
7777
> --set node.serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::account:role/csi-driver-role-name" \
78-
> aws-mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
78+
> aws-mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
7979
> ```
8080
8181
Review the [configuration values](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/main/charts/aws-mountpoint-s3-csi-driver/values.yaml) for the Helm chart.

0 commit comments

Comments
 (0)