From 47f0f7e9208058947cc8fd2c339f3e127059f736 Mon Sep 17 00:00:00 2001 From: Vladislav Volodkin Date: Tue, 21 Nov 2023 16:09:17 +0000 Subject: [PATCH] fix supported k8s version, add supported OS --- README.md | 13 ++++++++++++- docs/install.md | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c951bcb..ae5ff352 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/install.md b/docs/install.md index 12ab295a..623a6768 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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`. @@ -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)