Docs: sync upstream clickhouse-operator docs updates#76
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 docs changes from
clickhouse/clickhouse-operatorsince the last sync (commitb090fd8).Changes
products/kubernetes-operator/reference/api-reference.mdx: add newAdditionalPorttype section and theadditionalPortsfield onClickHouseClusterSpec, mirroring upstream ClickHouse/clickhouse-operator#197 (commit7e82242).Context
Upstream PR #197 (“feat: allow exposing additional ports on ClickHouse service and pods”) by @GrigoryPervakov was the only commit touching
docs/since the previous sync. Copied verbatim from upstream as requested.Notes / conflicts
/core/concepts/...,/core/reference/...inguides/configuration.mdxandguides/introduction.mdx) were intentionally preserved — they are local adaptations for the Mintlify site and were not part of upstream PR #197.install/olm.mdx(trailing blank line upstream) and a leading blank line inreference/api-reference.mdxare pre-existing and were left as-is.mint broken-linksreports 2 pre-existing broken links inintegrations/language-clients/java/jdbc.mdx, unrelated to this sync.cc @GrigoryPervakov for review (original author of the upstream docs change).
Note
Low Risk
Documentation-only sync of upstream API reference; no application or operator behavior changes in this repository.
Overview
Documents the upstream ClickHouse Operator feature for extra TCP ports on ClickHouse pods and the headless Service.
The Kubernetes Operator API reference now includes an
AdditionalPorttype (name,port) and an optionaladditionalPortsfield onClickHouseClusterSpec, with a note that the operator only wires Kubernetes ports—the ClickHouse server must still be configured to listen on them.This is a verbatim docs sync from
clickhouse/clickhouse-operator(upstream PR #197); no operator or runtime code changes in this repo.Reviewed by Cursor Bugbot for commit 5038640. Bugbot is set up for automated code reviews on this repo. Configure here.