-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't workingoptionsAdding new options or validating options / values.Adding new options or validating options / values.
Description
There is an existing Helm release name validation, but it does not fully prevent invalid names once ClickHouse operator generates derived resource names.
Steps:
- Install with a valid name such as persistence-test:
helm install persistence-test altinity/clickhouse --namespace default --create-namespace
- Operator generates a StatefulSet with a name exceeding the K8s 63-char limit: → 67 characters long.
chi-persistence-test-clickhouse-deploy-confd-persistence-tes-0-0
Actual behavior:
Operator completely fails to create ClickHouse resources.
No StatefulSets/Pods are created, only the operator pod runs.
Logs show connection errors due to non-existent hosts (because objects were never created).
Errors are not surfaced to the user in a meaningful way.
Expected behavior: TBD
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingoptionsAdding new options or validating options / values.Adding new options or validating options / values.