Docs: sync upstream clickhouse-operator docs updates#85
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 latest
docs/changes fromclickhouse/clickhouse-operatorintoproducts/kubernetes-operator/.Changes
products/kubernetes-operator/reference/api-reference.mdx— adds the newAdditionalPorttype section and theadditionalPortsfield onClickHouseClusterSpec(from upstream commit7e82242, PR clickhouse-operator#197 — feat: allow exposing additional ports on ClickHouse service and pods).Context
Triggered by a merge to
main. Diffingclickhouse-operator/docs/againstproducts/kubernetes-operator/revealed one new upstream docs change since the last sync (PR #197 by @GrigoryPervakov). Content was copied verbatim per the sync rules.Notes / conflicts
guides/configuration.mdxandguides/introduction.mdxuse the/core/...prefix locally vs./...upstream.install/olm.mdxhas a single trailing blank line locally that is absent upstream.README.md,development.md,styles/,templates/) are not part of the published docs and are not synced.cc @GrigoryPervakov for review (original author of the upstream docs change).
Note
Low Risk
Documentation-only sync with no runtime or configuration behavior changes in this repo.
Overview
Syncs upstream ClickHouse Operator API docs into
products/kubernetes-operator/reference/api-reference.mdx.The reference now documents
AdditionalPort(name,port) for exposing extra TCP ports on ClickHouse Pods and the operator headless Service, and adds optionaladditionalPortsonClickHouseClusterSpec, with a note that the operator only wires Kubernetes ports—not ClickHouse server listeners.Reviewed by Cursor Bugbot for commit 831ff4a. Bugbot is set up for automated code reviews on this repo. Configure here.