vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

EKS provider dns not working when HostedZone is not same as domain #496

Closed jorgemoralespou closed 3 days ago

jorgemoralespou commented 4 days ago

Describe the bug

When the Route53 HostedZone that is to be managed in AWS is not the same as the domain that your cluster will use it was not properly managing the zone.

We need to add an additional (optional) parameter to clusterInfrastructure.aws schema to allow to configure what the HostedZone is

Additional information

No response