Docs: sync upstream clickhouse-operator docs updates#247
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sync the
/docscontent fromclickhouse/clickhouse-operatorcommit8ecdad9("chores: reduce amount of reconciles, cache CH connections between reconciles", #245) intoproducts/kubernetes-operator/.cc @GrigoryPervakov (upstream author) for review.
Changes
Copied upstream verbatim into the Mintlify tree:
products/kubernetes-operator/overview.mdxproducts/kubernetes-operator/guides/configuration.mdx— adds a new Multi-disk (JBOD) storage section documentingadditionalVolumeClaimTemplatesproducts/kubernetes-operator/guides/introduction.mdxproducts/kubernetes-operator/guides/monitoring.mdxproducts/kubernetes-operator/guides/scaling.mdxproducts/kubernetes-operator/guides/tls.mdx— server-cert Secret now documents onlytls.crt/tls.key(CA bundle moved to a separatecaBundleselector)products/kubernetes-operator/install/helm.mdxproducts/kubernetes-operator/install/kubectl.mdx— install commands switched tokubectl apply --server-side --force-conflicts, with a stripped-CRDs fallback for client-side applyproducts/kubernetes-operator/install/olm.mdxproducts/kubernetes-operator/reference/api-reference.mdx— adds the new CABundleSelector type, documentsadditionalVolumeClaimTemplatesonClickHouseClusterSpec, and renamescaBundlefrom aSecretKeySelectorto aCABundleSelectorWhitespace-only blank-line differences across all files were also picked up from upstream.
Notes / conflicts
es/,ja/,ko/,zh/,pt-BR/,ru/products/kubernetes-operator/are not touched — the localization pipeline handles those separately.docs/README.md,docs/development.md,docs/styles/,docs/templates/) are tooling/config and intentionally not mirrored here.mint validateagainst the whole repo timed out (unrelated to these files); changed-file links are root-relative and resolve to existing pages.Context
Triggered by merge of upstream commit
8ecdad9tomain.