Skip to content

Commit 60869ad

Browse files
authored
Update README.md
1 parent f683ef3 commit 60869ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
5959
Click a user and go to the Security Credentials tab. Click Generate Access Key.
6060
**Make sure to copy the access key and secret access key to a secure location**.
6161
2. In the terminal, run these commands:
62-
``` js
62+
`
6363
export AWS_ACCESS_KEY_ID=<AWS Access Key>
6464
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>
65-
```
65+
`
6666
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.
6767

6868
## Installing the Amazon EBS CSI Driver

0 commit comments

Comments
 (0)