Skip to content
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

CilckHouse user config not working in k8s #558

Closed
bmtcril opened this issue Jan 10, 2024 · 2 comments
Closed

CilckHouse user config not working in k8s #558

bmtcril opened this issue Jan 10, 2024 · 2 comments
Labels
bug Report of or fix for something that isn't working as intended

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Jan 10, 2024

The overrides we do on user config are not currently possible in a k8s deployment, since we want to mount the override file as a configmap, which makes the directory read only... but ClickHouse always wants to write a file to the users directory. We might be able to get around this by making it a PVC, I don't currently see any other way to do it but haven't spent much time on it.

https://clickhouse.com/docs/en/operations/configuration-files#user-settings

@bmtcril bmtcril added aspects v1 bug Report of or fix for something that isn't working as intended labels Jan 10, 2024
@bmtcril bmtcril changed the title Bug: CilckHouse user config not working in k8s CilckHouse user config not working in k8s Jan 12, 2024
@bmtcril
Copy link
Contributor Author

bmtcril commented Jan 30, 2024

@Ian2012 this was fixed here, right? #575

@Ian2012
Copy link
Contributor

Ian2012 commented Jan 30, 2024

Yes, it was

@Ian2012 Ian2012 closed this as completed Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of or fix for something that isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants