This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
Cannot set clusterDomain
in kubo-deployment
#359
Labels
clusterDomain
in kubo-deployment
#359
What happened:
I attempted to change the default cluster domain name.
What you expected to happen:
The domain name change in the manifest would be applied.
How to reproduce it (as minimally and precisely as possible):
With this ops file:
Using this deployment command:
bosh -d cfcr deploy -o custom-domain.yml <(curl https://raw.githubusercontent.com/cloudfoundry-incubator/kubo-deployment/v0.36.0/manifests/cfcr.yml)
Anything else we need to know?:
The bug is in the coredns spec. The value is hardcoded instead of reading the config from the manifest, which means it can't be changed.
Environment:
bosh -d <deployment> deployment
):bosh -e <environment> environment
):kubectl version
): 1.15aws
,gcp
,vsphere
): vsphereThe text was updated successfully, but these errors were encountered: