You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Manual/Tutorials/Kubernetes/EKS.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ $ aws --version
23
23
24
24
### Configure AWS client
25
25
26
-
Refer to the [documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) to accordingly fill in the below with your credentials.
26
+
Refer to the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)
27
+
to accordingly fill in the below with your credentials.
27
28
Pay special attention to the correct region information to find your cluster next.
28
29
29
30
```
@@ -75,7 +76,8 @@ $ kubectl get nodes
75
76
### Create worker Stack
76
77
77
78
On Amazon EKS, we need to launch worker nodes, as the cluster has none.
78
-
Open Amazon's [cloud formation console](https://console.aws.amazon.com/cloudformation/) and choose `Create Stack` by specifying this S3 template URL:
79
+
Open Amazon's [cloud formation console](https://console.aws.amazon.com/cloudformation/)
80
+
and choose `Create Stack` by specifying this S3 template URL:
Pay good attention to details here. If your input is not complete, your worker nodes are either not spawned or you won't be able to integrate the workers into your kubernetes cluster.
90
+
Pay good attention to details here. If your input is not complete, your worker
91
+
nodes are either not spawned or you won't be able to integrate the workers
92
+
into your kubernetes cluster.
89
93
90
94
**Stack name**: Choose a name for your stack. For example ArangoDB-stack
91
95
@@ -101,7 +105,7 @@ Pay good attention to details here. If your input is not complete, your worker n
101
105
102
106
**NodeInstanceType**: Choose an instance type for your worker nodes. For this test we went with the default `t2.medium` instances.
103
107
104
-
**NodeImageId**: Dependent on the region, there are two image Ids for boxes with and wothout GPU support.
108
+
**NodeImageId**: Dependent on the region, there are two image Ids for boxes with and without GPU support.
0 commit comments