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.
2 parents 41cfc40 + 3eb4428 commit 9e5e23cCopy full SHA for 9e5e23c
1 file changed
deploy/KUBERNETES_SETUP.md
@@ -0,0 +1,6 @@
1
+# Cluster initialization
2
+eksctl create cluster \
3
+ --name mechbot-prod \
4
+ --nodes 3 \
5
+ --node-type m6i.2xlarge \
6
+ --region us-west-2
0 commit comments