Skip to content

Commit

Permalink
Merge pull request jupyterhub#2956 from arunppsg/main
Browse files Browse the repository at this point in the history
docs: AWS master node size needs to be larger than micro
  • Loading branch information
consideRatio authored Nov 29, 2022
2 parents e328b2d + 17ab601 commit c7721fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/kubernetes/amazon/step-zero-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ template you will use to setup and shape your cluster.
kops create cluster $NAME \
--zones "$ZONES" \
--authorization RBAC \
--master-size t2.micro \
--master-size t3a.small \
--master-volume-size 10 \
--node-size t2.medium \
--node-size t3.medium \
--node-volume-size 10 \
--yes
```
Expand Down

0 comments on commit c7721fe

Please sign in to comment.