We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48ce2 commit cd7ea8cCopy full SHA for cd7ea8c
docs/tutorial.adoc
@@ -72,12 +72,12 @@ metadata:
72
73
nodeGroups:
74
- name: ng-1
75
- instanceType: m5.large
76
- desiredCapacity: 2
77
- minSize: 1
78
- maxSize: 3
79
- ssh:
80
- allow: false
+ instanceType: m5.large
+ desiredCapacity: 2
+ minSize: 1
+ maxSize: 3
+ ssh:
+ allow: false
81
----
82
. Customize the configuration:
83
** Update the `region` to match your desired AWS region.
@@ -135,4 +135,4 @@ NOTE: Cluster creation can incur AWS charges. Make sure to review the link:eks/p
135
== Next Steps
136
137
* Configure Kubectl to connect to the cluster
138
-* Deploy a sample app
+* Deploy a sample app
0 commit comments