temporalio / helm-charts

Temporal Helm charts
MIT License
305 stars 335 forks source link

Remove hard coded cluster.local references. #501

Closed robholland closed 3 months ago

robholland commented 3 months ago

Switch check-cassandra-service init container to use nc. nslookup in recent busybox images is broken and doesn't obey resolv.conf, meaning it won't check k8s search domains.

Alternative fix for #485

prathyushpv commented 3 months ago

Should we have to pass any config value for it to use cassandra host's full name?

robholland commented 3 months ago

No, it should work out of the box.