Closed mlladb closed 1 month ago
@mlladb I wasn't aware of this problem since I didn't test this operator in GKE or EKS. Thank you for this information. I undertand that they are not providing the ConfigMaps that we are looking in the cluster. I will add a fix for this, so if the templating not applied, we won't discover the fields.
Later, I will look a solution if possible for GKE and AWS.
I'm having issues using Dynamic Configuration in DNSClass. I've been trying the configurations based on samples.. With any configuration I try to use I get the following error.
The cluster domain key is configured in my kublet config as,
"clusterDomain": "cluster.local"
, I don't mind hard coding this as it should be the same across all clusters and environments but I would like to make use ofpodNamespace
.I have tried the following configs.
clusterDomain and podNamespace.
podNamespace
Kubernetes version
Can you offer any advice on how to get this working?