Docs: sync upstream clickhouse-operator docs updates#82
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 documentation updates from the upstream
clickhouse/clickhouse-operatorrepo into the Mintlify docs site.Changes
products/kubernetes-operator/reference/api-reference.mdx— adds the newAdditionalPorttype section and theadditionalPortsfield onClickHouseClusterSpec(from upstream PR clickhouse/clickhouse-operator#197 by @pervakovgrigorii — "feat: allow exposing additional ports on ClickHouse service and pods").products/kubernetes-operator/install/olm.mdx— trailing newline added to match upstream.Context
Upstream commit:
7e82242—feat: allow exposing additional ports on ClickHouse service and pods (#197).cc @pervakovgrigorii for review.
Conflicts / notes
guides/configuration.mdxandguides/introduction.mdxuse locally-adapted link paths (/core/concepts/...,/core/reference/...) that differ from the upstream paths (/concepts/...,/reference/...). These are intentional Mintlify routing adaptations and were not reverted — no upstream content changes touched those files, so they were left untouched.mint validateandmint broken-linkspass.Note
Low Risk
Documentation-only sync with no runtime, auth, or data-path changes.
Overview
This PR syncs Mintlify Kubernetes operator docs with upstream
clickhouse/clickhouse-operator, reflecting the feature that exposes extra TCP ports on ClickHouse pods and the headless Service.The API reference (
api-reference.mdx) now documentsAdditionalPort(name,port) and the optionaladditionalPortsfield onClickHouseClusterSpec, including that the operator only wires Kubernetes ports—not ClickHouse listen configuration.install/olm.mdxonly gains a trailing newline to match upstream; no procedural changes.Reviewed by Cursor Bugbot for commit dd39338. Bugbot is set up for automated code reviews on this repo. Configure here.