Docs: sync upstream clickhouse-operator docs updates#217
Open
mintlify[bot] wants to merge 1 commit into
Open
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
Syncs
/docscontent from ClickHouse/clickhouse-operator@6e96f8e ("feat: support distroless images in ch version probe, remove keeper version probe job (#195)") intoproducts/kubernetes-operator/.Changes
overview.mdx,guides/introduction.mdx,guides/configuration.mdx,install/helm.mdx,install/kubectl.mdx,install/olm.mdx,reference/api-reference.mdx,navigation.jsonguides/monitoring.mdx,guides/scaling.mdx,guides/tls.mdxnavigation.jsonupdated to register the three new guide pages (Monitoring, Scaling, TLS)Upstream-only files (not part of the deployed docs site) were skipped:
docs/README.md,docs/development.md,docs/styles/,docs/templates/.Localized copies under
es/,ja/,ko/,pt-BR/,ru/,zh/were not touched — they are regenerated by the translation pipeline.Context
Upstream PR: ClickHouse/clickhouse-operator#195 by @ashishch432
Notes / Issues
mint validatetimed out locally on this large repo and could not be run to completion. Files were copied verbatim per instructions; any content issues should be fixed upstream first.cc @ashishch432 for review
Note
Low Risk
Changes are limited to MDX documentation and navigation; no application code, auth, or runtime behavior is modified.
Overview
Syncs ClickHouse Kubernetes Operator docs from upstream into
products/kubernetes-operator/, expanding configuration coverage and adding dedicated guides.The configuration guide gains major new sections: multi-disk (JBOD) via
additionalVolumeClaimTemplates,clusterDomain,externalSecret(Observe/Manage policies and status conditions),additionalPorts(with reserved ports and MySQL example), version probe /upgradeChannel, andspec.settings.logger. Smaller edits include updated default container memory in examples and reformatted PDB tables.New guides document operator Prometheus metrics (Helm
ServiceMonitor, secure scraping, PromQL/alerts), scaling replicas/shards/Keeper quorum and related status conditions, and a cert-manager TLS walkthrough for ClickHouse and Keeper.Install docs now recommend server-side apply for large manifests (plus a stripped-CRD fallback) and fix the Helm pin to
manager.image.tag. Introduction correctskubectllabel selectors for pod/PVC cleanup. API reference and navigation/overview are updated for new CRD fields (AdditionalPort,PersistentVolumeClaimTemplate, deprecated Keeper version-probe Job) and the three new guide pages.Reviewed by Cursor Bugbot for commit 3ef5b95. Bugbot is set up for automated code reviews on this repo. Configure here.