-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clickhousekeeperinstallation dont have dedicated data volume (PVC) #1565
Comments
Hi! Try to add ...
defaults:
templates:
# Templates are specified as default for all clusters
podTemplate: default
+ dataVolumeClaimTemplate: default
templates:
podTemplates:
... |
@bakavets Got below response. my operator chart version is 0.23.7 Error from server (BadRequest): error when creating "chk.yaml": ClickHouseKeeperInstallation in version "v1" cannot be handled as a ClickHouseKeeperInstallation: strict decoding error: unknown field "spec.defaults" |
@meektechie upgrade your CRDS separatelly if you use helm, and upgrade operator helm chart to 0.24.0
|
Clickhousekeeperinstallation dont have dedicated data volume (PVC) and it uses Overlay volume when pod rotated It lost the clickhouse metadata. Is there a particular reason for running the clickhousekeeper pods without dedicated volumes?
Error:
last_error_message: Table is in readonly mode since table metadata was not found in zookeeper:
The text was updated successfully, but these errors were encountered: