You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Clickhouse keeper from clickhouse-operator doesn't work because of hardcoded cluster.local suffix. In our k8s installation we use custom domain name, which differs from cluster.local
For Clickhouse, we can override this by using namespaceDomainPattern but this options seems not available for Clickhouse Keeper.
Thanks.
The text was updated successfully, but these errors were encountered:
I'm running into this too - it looks like namespaceDomainPattern is added to the CRD for keeper installations by this commit, but it is not actually respected, and there are hardcoded .svc.cluster.local throughout the codebase.
Hi! Clickhouse keeper from clickhouse-operator doesn't work because of hardcoded cluster.local suffix. In our k8s installation we use custom domain name, which differs from cluster.local
For Clickhouse, we can override this by using
namespaceDomainPattern
but this options seems not available for Clickhouse Keeper.Thanks.
The text was updated successfully, but these errors were encountered: