charts
charts copied to clipboard
Helm chart defaults to cluster.local.
It should not always default to the *cluster.local dns name.
Would these be configured to something besides the hostname internal to Kubernetes?
Thus the command to run the container is using get from hostname -f. This is setup inside the /etc/hosts:
192.168.6.92 dgraph-1589489873-dgraph-alpha-0.dgraph-1589489873-dgraph-alpha-headless.default.svc.cluster.local dgraph-1589489873-dgraph-alpha-0
Is the name generated outside of Kubernetes, something we'd could or want to change?
Are you suggesting we use dgraph-1589489873-dgraph-alpha-0 instead of the FQDN of the service dgraph-1589489873-dgraph-alpha-0.dgraph-1589489873-dgraph-alpha-headless.default.svc.cluster.local?
This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.