Altinity / clickhouse-operator

Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse® clusters running on Kubernetes
https://altinity.com
Apache License 2.0
1.94k stars 467 forks source link

Doc : Add OpenEBS example #1527

Closed lorellalou closed 1 month ago

lorellalou commented 1 month ago

Thanks for taking the time to contribute to clickhouse-operator!

Please, read carefully instructions on how to make a Pull Request.

This will help a lot for maintainers to adopt your Pull Request.

Important items to consider before making a Pull Request

Please check items PR complies to:

--

1 If you feel your PR does not affect any Go-code or any testable functionality (for example, PR contains docs only or supplementary materials), PR can be made into master branch, but it has to be confirmed by project's maintainer.

Slach commented 1 month ago

you just need proper base instead of master

lorellalou commented 1 month ago

@Slach sorry yes, I closed this to open another one properly based....

Slach commented 1 month ago

i changed the base, let's wait when e2e tests complete

Slach commented 1 month ago

@lorellalou could you sync your PR with 0.24.1 to re-run tests? something like that

git remove -v
git pull upstream 0.24.1 ?

or just something like "sync upstream" in github web interface

lorellalou commented 1 month ago

@Slach done.