Skip to content

Commit

Permalink
fix supported k8s version, add supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volodkin committed Nov 21, 2023
1 parent fcb3f59 commit 47f0f7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@ This policy is non-binding and subject to change.

## Compatibility

The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.20+ and implements the CSI Specification v1.8.0.
The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.23+ and implements the CSI Specification v1.8.0.

## Distros Support Matrix

The following table provides the support status for various distros with regards to CSI Driver version:

| Distro | Experimental | Stable | Deprecated | Removed |
|-----------------------------------------|-------------:|-------:|-----------:|--------:|
| Amazon Linux 2 | - | 1.0.0 | - | - |
| Amazon Linux 2023 | - | 1.0.0 | - | - |
| Ubuntu 20.04 | - | 1.0.0 | - | - |
| Ubuntu 22.04 | - | 1.0.0 | - | - |

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

* Kubernetes Version >= 1.20
* Kubernetes Version >= 1.23

* If you are using a self managed cluster, ensure the flag `--allow-privileged=true` for `kube-apiserver`.

Expand Down Expand Up @@ -37,7 +37,7 @@ aws eks update-kubeconfig --region $REGION --name $CLUSTER_NAME
```

### Set up driver permissions
The driver requires IAM permissions to talk to Amazon S3 to manage the volume on user's behalf. AWS maintains a managed policy, available at ARN `arn:aws:iam::aws:policy/AmazonS3FullAccess`.
The driver requires IAM permissions to talk to Amazon S3 to manage the volume on user's behalf. AWS maintains a managed policy, available at ARN `arn:aws:iam::aws:policy/AmazonS3FullAccess`.

For more information, review ["Creating the Amazon Mountpoint for S3 CSI driver IAM role for service accounts" from the EKS User Guide.](TODO: add AWS docs link)

Expand Down

0 comments on commit 47f0f7e

Please sign in to comment.