custom kubernetes cluster domain name
when i have custom kubernetes domain instead of default cluster.local, etcd and kafka sts are stuck. Please help
@sonamnamgyel
The dependencies helm values are managed in
- spec.dependencies.etcd.inCluster.values
- spec.dependencies.kafka.inCluster.values
- spec.dependencies.storage.inCluster.values
You can manage these values according to their helm chart.
- https://artifacthub.io/packages/helm/bitnami/etcd/8.2.4?modal=values
- https://artifacthub.io/packages/helm/bitnami/kafka/17.2.3?modal=values
- https://artifacthub.io/packages/helm/milvus/minio?modal=values
You can change the clusterDomain fields to your own values.
By the way custom cluster domain is not supported for milvus-operator itself.
I tried to set env clusterDomain to my custom domain..however they are still trying to listen/discover on *.cluster.local endpoints
maybe i have to reinititialize my kuberntes cluster again with default domain. 😭
I have the same problem, is there any solution?