From 65fd80f12ff687962901e568e5dd1dd1918671d2 Mon Sep 17 00:00:00 2001 From: Waseem Ahammed Date: Tue, 17 Dec 2024 14:44:23 +0530 Subject: [PATCH] Updated AWS CLI command to describe EKS cluster As per documentation, we shall be using --name option and there are no options as --cluster-name available. --- awscli/examples/eks/describe-cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/examples/eks/describe-cluster.rst b/awscli/examples/eks/describe-cluster.rst index 273623d00cd9..4d68e6400134 100644 --- a/awscli/examples/eks/describe-cluster.rst +++ b/awscli/examples/eks/describe-cluster.rst @@ -3,7 +3,7 @@ The following ``describe-cluster`` example actively running EKS addon in your Amazon EKS cluster. :: aws eks describe-cluster \ - --cluster-name my-eks-cluster + --name my-eks-cluster Output::