Skip to content

Commit 7cf0524

Browse files
committed
Update README.md
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent c77eb22 commit 7cf0524

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w
3535
make install
3636
```
3737

38+
**Important: DNS propagation can take several minutes until the configured domain is available!**
39+
3840
The whole process takes around forty minutes. In the end, the following resources are created:
3941

4042
- an EKS cluster running Kubernetes v1.20
4143
- Kubernetes nodes using a custom [AMI image](https://github.com/gitpod-io/amazon-eks-custom-amis/tree/gitpod):
4244
- Ubuntu 20.04
43-
- Linux kernel v5.12
44-
- containerd v1.54
45+
- Linux kernel v5.13
46+
- containerd v1.5.4
4547
- runc: v1.0.1
4648
- CNI plugins: v0.9.1
4749
- Stargz Snapshotter: v0.7.0
@@ -57,6 +59,7 @@ The whole process takes around forty minutes. In the end, the following resource
5759
- [Jaeger operator](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - and Jaeger deployment for gitpod distributed tracing
5860
- [metrics-server](https://github.com/kubernetes-sigs/metrics-server)
5961
- [gitpod.io](https://github.com/gitpod-io/gitpod) deployment
62+
- A public DNS zone managed by Route53 (if `ROUTE53_ZONEID` env variable is configured)
6063

6164
## Verify the installation
6265

0 commit comments

Comments
 (0)