Skip to content

feat: support additional pod containers - #297

Open
cptjacky wants to merge 1 commit into
ClickHouse:mainfrom
cptjacky:codex/add-extra-containers
Open

feat: support additional pod containers#297
cptjacky wants to merge 1 commit into
ClickHouse:mainfrom
cptjacky:codex/add-extra-containers

Conversation

@cptjacky

@cptjacky cptjacky commented Aug 19, 2026

Copy link
Copy Markdown

Hello team!

Why

I want to play around with deploying a https://github.com/Altinity/clickhouse-backup container alongside the server pods so we can do backups from disk directly.
I believe this can also be an useful configuration to expose.

What

Added a Containers key in the already existing PodTemplateSpec, following the same logic as InitContainers (which actually can be used as a "hack" with the new restartPolicy: Always but this isn't ideal for production use.

I tested a local install of the modified operator and it managed to launch the clickhouse-backup extra container.

Happy to iterate on this if this is missing/not ok!

@CLAassistant

CLAassistant commented Aug 19, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants