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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,15 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w
35
35
make install
36
36
```
37
37
38
+
**Important: DNS propagation can take several minutes until the configured domain is available!**
39
+
38
40
The whole process takes around forty minutes. In the end, the following resources are created:
39
41
40
42
- an EKS cluster running Kubernetes v1.20
41
43
- Kubernetes nodes using a custom [AMI image](https://github.com/gitpod-io/amazon-eks-custom-amis/tree/gitpod):
42
44
- Ubuntu 20.04
43
-
- Linux kernel v5.12
44
-
- containerd v1.54
45
+
- Linux kernel v5.13
46
+
- containerd v1.5.4
45
47
- runc: v1.0.1
46
48
- CNI plugins: v0.9.1
47
49
- Stargz Snapshotter: v0.7.0
@@ -57,6 +59,7 @@ The whole process takes around forty minutes. In the end, the following resource
57
59
-[Jaeger operator](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - and Jaeger deployment for gitpod distributed tracing
0 commit comments