From 8eeb655110c68502e654868ab5eb5c7360effd7f Mon Sep 17 00:00:00 2001 From: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:29:11 +0530 Subject: [PATCH] Update support for Amazon EKS (#1025) --- content/docs/csidriver/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/csidriver/_index.md b/content/docs/csidriver/_index.md index 8a4c09fafd..e91cff6995 100644 --- a/content/docs/csidriver/_index.md +++ b/content/docs/csidriver/_index.md @@ -80,6 +80,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes- {{}} | cert-csi results | OS | CO | Storage Platform | Protocol | CSM | |--------------------------------------------------------|:----------:|:----------------:|:-----------------------:|:---------:|:----------:| -| [Ticket 1079](https://github.com/dell/csm/issues/1079) | Debian 10 | K3s v1.24.7+k3s1 | Unity VSA 5.3.1.0.5.008 | iSCSI | CSI v1.8.0 | +| [Ticket 1079](https://github.com/dell/csm/issues/1079) | Debian 10 | K3s v1.24.7+k3s1 | Unity VSA 5.3.1.0.5.008 | iSCSI | CSI v2.8.0 | +| [Ticket 1177](https://github.com/dell/csm/issues/1177) | Ubuntu OS 22.04 | Amazon EKS (K8s 1.29) | PowerFlex | SCINI | CSI v2.9.2 | {{
}}