From 9436dd4be39226d9e272021fc2f75d16e8887a51 Mon Sep 17 00:00:00 2001 From: Ronald Ngounou <74538524+ronaldngounou@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:23:03 -0500 Subject: [PATCH] Command to create a cluster. --- .../04-01-Install-EBS-CSI-Driver/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/04-EKS-Storage-with-EBS-ElasticBlockStore/04-01-Install-EBS-CSI-Driver/README.md b/04-EKS-Storage-with-EBS-ElasticBlockStore/04-01-Install-EBS-CSI-Driver/README.md index a96b4b79..fc1a6905 100644 --- a/04-EKS-Storage-with-EBS-ElasticBlockStore/04-01-Install-EBS-CSI-Driver/README.md +++ b/04-EKS-Storage-with-EBS-ElasticBlockStore/04-01-Install-EBS-CSI-Driver/README.md @@ -43,6 +43,9 @@ ## Step-03: Get the IAM role Worker Nodes using and Associate this policy to that role ``` +Create an EKS cluster: +eksctl create cluster --name my-eks-cluster --region us-east-1 --nodegroup-name my-nodes --nodes 2 + # Get Worker node IAM Role ARN kubectl -n kube-system describe configmap aws-auth