Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ metadata:

nodeGroups:
- name: ng-1
instanceType: m5.large
desiredCapacity: 2
minSize: 1
maxSize: 3
ssh:
allow: false
instanceType: m5.large
desiredCapacity: 2
minSize: 1
maxSize: 3
ssh:
allow: false
----
. Customize the configuration:
** Update the `region` to match your desired AWS region.
Expand Down Expand Up @@ -135,4 +135,4 @@ NOTE: Cluster creation can incur AWS charges. Make sure to review the link:eks/p
== Next Steps

* Configure Kubectl to connect to the cluster
* Deploy a sample app
* Deploy a sample app