Skip to content

Commit

Permalink
fix: Use more modern version and remove unsupported auto
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot authored and J12934 committed Sep 23, 2023
1 parent 6ac3a9e commit ef1b67c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guides/aws/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ This example expects you to have the following cli tools setup.
# This will take a couple of minutes
eksctl create cluster \
--name multi-juicer \
--version 1.21 \
--version 1.23 \
--nodegroup-name standard-workers \
--node-type t3.medium \
--nodes 2 \
--nodes-min 1 \
--nodes-max 4 \
--node-ami auto
--nodes-max 4

# After completion verify that your kubectl context has been updated:
# Should print something like: Administrator@multi-juicer.eu-central-1.eksctl.io
Expand Down

0 comments on commit ef1b67c

Please sign in to comment.