Skip to content

Docs: sync upstream clickhouse-operator docs updates#84

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
sync/clickhouse-operator-docs-7e82242
Closed

Docs: sync upstream clickhouse-operator docs updates#84
mintlify[bot] wants to merge 1 commit into
mainfrom
sync/clickhouse-operator-docs-7e82242

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 27, 2026

Summary

Syncs the latest docs changes from clickhouse/clickhouse-operator /docs into products/kubernetes-operator/.

cc @Slach @Blargian for review (authors of the upstream changes).

Changes

Syncs two upstream commits:

  • clickhouse-operator#197feat: allow exposing additional ports on ClickHouse service and pods (@Slach / Pervakov Grigorii)
    • reference/api-reference.mdx: adds the new AdditionalPort type section and the additionalPorts field on ClickHouseClusterSpec.
  • clickhouse-operator#192docs: add Mintlify frontmatter to docs pages (@Blargian)
    • Mostly a no-op downstream (frontmatter was already present in this repo). The only effective change from this commit is:
      • install/olm.mdx: removes a trailing blank line.

Files modified:

  • products/kubernetes-operator/guides/configuration.mdx
  • products/kubernetes-operator/guides/introduction.mdx
  • products/kubernetes-operator/install/olm.mdx
  • products/kubernetes-operator/reference/api-reference.mdx

Conflicts / issues

Files were copied exactly as-is from upstream per the sync policy. The following issues exist upstream and must be fixed in clickhouse/clickhouse-operator before this PR is merged:

  1. Broken internal links (5 total, reported by mint broken-links). Upstream uses paths that are missing the /core/ prefix used in this Mintlify deployment. These were previously patched downstream and the patch is now reverted by this sync:

    In products/kubernetes-operator/guides/configuration.mdx:

    • /concepts/features/configuration/server-config/configuration-files#example-1 → should be /core/concepts/...
    • /reference/settings/server-settings/settings → should be /core/reference/...
    • /concepts/features/configuration/settings/settings-users → should be /core/concepts/...

    In products/kubernetes-operator/guides/introduction.mdx:

    • /reference/engines/database-engines/replicated (x2) → should be /core/reference/...
  2. mint validate passes. mint broken-links reports the 5 links above — all pre-existing in upstream.

Context

Triggered by merge of f5415de (an unrelated styling fix) on main, which re-ran the upstream sync workflow and picked up the changes accumulated upstream since the last sync.


Note

Medium Risk
Documentation-only, but reverted /core/-prefixed links introduce five known broken internal links until fixed upstream or patched downstream.

Overview
Syncs upstream clickhouse-operator docs into products/kubernetes-operator/, mainly documenting extra TCP ports on ClickHouse pods/services and a few editorial tweaks.

The API reference adds the AdditionalPort type and documents spec.additionalPorts on ClickHouseCluster, noting the operator only opens ports on the Pod and headless Service—ClickHouse must still be configured to listen on them.

Configuration and introduction guides now link to core docs at paths without the /core/ prefix (e.g. Replicated engine and server/users settings). That matches upstream but breaks internal links in this Mintlify site unless paths are re-prefixed. install/olm.mdx only drops a trailing blank line.

Reviewed by Cursor Bugbot for commit 49f23a8. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 27, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview May 27, 2026, 6:42 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant