Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ac6c78e

Browse files
authored
Merge pull request #175 from andrejvanderzee/patch-1
Typo: AZ for second pool should be us-west-1b
2 parents b97a7b5 + 1c24e28 commit ac6c78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kubernetes-on-aws-node-pool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ kube-aws node-pools init --node-pool-name first-pool-in-1a \
3838
--kms-key-arn ${KUBE_AWS_KMS_KEY_ARN}
3939

4040
$ kube-aws node-pools init --node-pool-name second-pool-in-1b \
41-
--availability-zone us-west-1a \
41+
--availability-zone us-west-1b \
4242
--key-name ${KUBE_AWS_KEY_NAME} \
4343
--kms-key-arn ${KUBE_AWS_KMS_KEY_ARN}
4444
```

0 commit comments

Comments
 (0)