Skip to content

Commit 0fb522b

Browse files
authored
Update README.md
1 parent 9a23fe3 commit 0fb522b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cloud/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Create a new cluster using command:
33

44
```eksctl create cluster -f eks-aws-academy.yaml```
55

6+
To update your `kubeconfig`, you can run command (`.aws/credentials` must be configured):
7+
8+
```
9+
aws eks update-kubeconfig --region us-east-1 --name HfKlaster
10+
```
11+
612
**Notes:**
713
- You need to change `instanceRoleARN` (in two places) and `serviceRoleARN`
814
- Make sure [`persistence`](https://github.com/hyperflow-wms/hyperflow-k8s-deployment/blob/c48e87bb61a5f92bb178dd53ba59ecbccc74fa06/charts/hyperflow-ops/values.yaml#L21) of the NFS provisioner is disabled (otherwise the provisioner will not start)

0 commit comments

Comments
 (0)