milvus-operator icon indicating copy to clipboard operation
milvus-operator copied to clipboard

custom kubernetes cluster domain name

Open sonamnamgyel opened this issue 10 months ago • 4 comments

when i have custom kubernetes domain instead of default cluster.local, etcd and kafka sts are stuck. Please help

sonamnamgyel avatar Feb 17 '25 16:02 sonamnamgyel

@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.

haorenfsa avatar Feb 18 '25 02:02 haorenfsa

By the way custom cluster domain is not supported for milvus-operator itself.

haorenfsa avatar Feb 18 '25 02:02 haorenfsa

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. 😭

sonamnamgyel avatar Feb 18 '25 05:02 sonamnamgyel

I have the same problem, is there any solution?

804e avatar Apr 16 '25 08:04 804e