Skip to content

Commit e688f00

Browse files
committed
Fix readme
1 parent b72721e commit e688f00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Are you done playing? Please run `terraform destroy` twice to clean up.
5757
### Test it
5858
When you have completed the installation steps, you can do `kubectl port-forward service/wrongsecrets-balancer 3000:3000` and then go to [http://localhost:3000](http://localhost:3000).
5959

60-
Want to know how well your cluster is holding up? Check with
60+
Want to know how well your cluster is holding up? Check with
6161

6262
```sh
6363
kubectl top nodes
@@ -69,7 +69,7 @@ Want to know how well your cluster is holding up? Check with
6969
When you're done:
7070

7171
1. Kill the port forward.
72-
2. Run the cleanup script: `cleanup-aws-loadbalancing-and-helm.sh`
72+
2. Run the cleanup script: `cleanup-aws-autoscaling-and-helm.sh`
7373
3. Run `terraform destroy` to clean up the infrastructure.
7474
1. If you've deployed the `shared-state` s3 bucket, also `cd shared-state` and `terraform destroy` there.
7575
4. Run `unset KUBECONFIG` to unset the KUBECONFIG env var.

aws/cleanup-aws-loadbalancing-and-helm.sh renamed to aws/cleanup-aws-autoscaling-and-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ eksctl delete iamserviceaccount \
4444
sleep 5 # Prevents race condition - command below may error out because it's still 'attached'
4545

4646
aws iam delete-policy \
47-
--policy-arn arn:aws:iam::${ACCOUNT_ID}:policy/AmazonEKSClusterAutoscalerPolicy
47+
--policy-arn arn:aws:iam::${ACCOUNT_ID}:policy/AmazonEKSClusterAutoscalerPolicy

0 commit comments

Comments
 (0)