You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Execute the command `eksctl create cluster --name=<cluster_name> --region=<cluster_region>`. Note there are more [flags](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html) you can add to customize the cluster further. Cluster creation takes around 20 minutes.
3. Execute the command `eksctl create cluster --name=<cluster_name> --region=<cluster_region>`.
67
+
Note there are more [flags](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html)
68
+
you can add to customize the cluster further. Cluster creation takes around 20 minutes.
66
69
67
70
## Installing the Amazon EBS CSI Driver
68
71
You need to install the Elastic Block Store (EBS) Container Storage Interface (CSI) Driver so the EKS cluster can manage Amazon EBS volumes. This is necessary if you want to run any application that has a database, such as Prometheus.
0 commit comments