Skip to content

release-0.26.0

Latest

Choose a tag to compare

@alex-zaitsev alex-zaitsev released this 20 Feb 13:22

Helm chart to deploy altinity-clickhouse-operator. The ClickHouse Operator creates, configures and manages ClickHouse clusters running on Kubernetes. ## CRD Management CRDs are automatically installed and updated during helm install and helm upgrade using pre-install/pre-upgrade hooks (enabled by default). To disable automatic CRD updates, set crdHook.enabled: false in values.yaml. When disabled, CRDs must be installed manually: bash kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml