Docs: sync upstream clickhouse-operator docs updates#83
Closed
mintlify[bot] wants to merge 1 commit into
Closed
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 the API reference docs from upstream
clickhouse/clickhouse-operatorPR #197 (commit7e82242) — adds the newAdditionalPorttype and theadditionalPortsfield onClickHouseClusterSpec.cc @GrigoryPervakov for review.
Changes
products/kubernetes-operator/reference/api-reference.mdxAdditionalPortsection documentingnameandportfieldsadditionalPortsrow added to theClickHouseClusterSpecfield tableContext
Upstream commit: ClickHouse/clickhouse-operator@7e82242 — feat: allow exposing additional ports on ClickHouse service and pods by @GrigoryPervakov.
Content copied verbatim from upstream per sync policy.
Notes / conflicts
No conflicts with the new upstream content. A few pre-existing, intentional downstream divergences were left untouched (not part of this sync):
guides/configuration.mdxandguides/introduction.mdxuse/core/...link prefixes downstream where upstream uses/...— this is the established Mintlify site URL structure and predates this sync.install/olm.mdxhas a one-line trailing-whitespace difference vs upstream — also pre-existing.If those should be reconciled, it should happen upstream first.
Validation
mint validate— passedmint broken-links— passedNote
Low Risk
Documentation-only update to the API reference; no runtime or application code changes.
Overview
Syncs the ClickHouse Operator API reference with upstream operator changes for exposing extra TCP ports on ClickHouse workloads.
The reference adds a new
AdditionalPorttype (name,port) and documents optionaladditionalPortsonClickHouseClusterSpec, noting that the operator wires these into the Pod and headless Service only—ClickHouse must still be configured to listen on those ports separately.Reviewed by Cursor Bugbot for commit 34d5060. Bugbot is set up for automated code reviews on this repo. Configure here.