Docs: sync upstream clickhouse-operator docs updates - #116324
Merged
Merged
Conversation
Contributor
|
Workflow [PR], commit [17084d4] Summary: ✅ AI ReviewSummaryThis PR re-syncs the Kubernetes Operator docs from upstream and removes a fair amount of downstream-only divergence. I found one documentation regression in the Findings
Final Verdict |
Blargian
approved these changes
Aug 25, 2026
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.
Changelog category (leave one):
Summary
Re-syncs the Kubernetes Operator docs under
docs/products/kubernetes-operator/to exactly match the upstreamclickhouse-operatorrepo/docs(verbatim copy, upstream as source of truth).Changes
guides/configuration.mdx: matches upstream. Removes a duplicated## Cluster domain {#cluster-domain}section (duplicate anchor) and a staleMulti-disk (JBOD) storagesubsection that upstream moved to the storage guide (already synced there). Picks up upstream's updated wording about the headless and per-replica internal Services.guides/monitoring.mdx,guides/tls.mdx: restored upstream link targets and heading-based step formatting.install/kubectl.mdx: restored upstream<Step>+###heading formatting (downstream copy had been converted to<Step title=... id=...>).overview.mdx: removed a downstream-only "GitHub Repository" bullet that does not exist upstream.Conflicts / issues to fix upstream
/reference/settings/server-settings/settings#prometheus(monitoring.mdx) and/reference/settings/server-settings/settings#openssl(tls.mdx, 2×). On this site,settings.mdxis a short index page; those anchors live at/reference/settings/server-settings/settings/other#prometheusand.../other#openssl. The downstream copies had this fixed; this PR reverts to the upstream (broken-anchor) form. Fix the links upstream, then re-sync.overview.mdxGitHub Repository bullet and the<Steps>formatting in tls.mdx/kubectl.mdx existed only downstream. If they should be kept, add them upstream first.Context
Triggered by ClickHouse/clickhouse-operator#301, which changed only test/CI files. The drift above is pre-existing and was reconciled as part of this sync.
cc @GrigoryPervakov for review.
Workflow [PR]
Sync PR [sync-upstream/pr/116324]
Version info
26.9.1.98(included in26.9and later)