Docs: sync upstream clickhouse-operator docs updates#207
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
GrigoryPervakov
approved these changes
Jun 16, 2026
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 documentation changes from clickhouse/clickhouse-operator#230 (commit
f20f9d8) intoproducts/kubernetes-operator/.cc @GrigoryPervakov for review.
Changes
overview.mdx,guides/introduction.mdx,guides/configuration.mdx,install/{kubectl,helm,olm}.mdx,reference/api-reference.mdxguides/monitoring.mdx,guides/scaling.mdx,guides/tls.mdxnavigation.jsonto include the three new guides under the Guides groupContext
Upstream PR description: docs link fixes, CI for docs linting, refresh of comments and doc entries, and resync with mintlify changes that had been committed directly. Files were copied verbatim from
clickhouse-operator/docs/per sync policy — any upstream issues should be addressed upstream first.Conflicts / issues
mint validateandmint broken-linkstimed out locally in this environment, so they could not be run as a final gate. Files are byte-for-byte copies of upstream, so any validation issues match upstream state.Note
Low Risk
Documentation-only changes under
products/kubernetes-operator/with no application code or runtime behavior modified.Overview
Syncs clickhouse-operator documentation into
products/kubernetes-operator/, adding three guides and substantially expanding the configuration reference.New guides: Monitoring (operator
/metrics, HelmServiceMonitor, RBAC, PromQL/alerts), Scaling (replicas/shards, schema sync, Keeper quorum), and TLS (cert-manager walkthrough, Keeper encryption).Configuration guide now documents
externalSecret,additionalPorts, version probe /upgradeChannel, andspec.settings.logger; default example memory is 512Mi request/limit; TLS points to the dedicated TLS guide.Install fixes: Helm pin uses
manager.image.tag; custom kubectl install appliesdist/install.yamlwith-finstead of kustomize-k. Introduction fixes pod/PVC cleanup label selectors to*-clickhouse.API reference adds
AdditionalPort/additionalPorts, clarifies container resources merge behavior and Keeper PDB defaults, and correctsupdateRevisionwording. Navigation and overview link the new guides.Reviewed by Cursor Bugbot for commit 05eb80e. Bugbot is set up for automated code reviews on this repo. Configure here.