Docs: sync upstream clickhouse-operator docs updates#146
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
arekborucki
approved these changes
Jun 9, 2026
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 new "Server logging" subsection added upstream in clickhouse-operator#220 by @arekborucki into the Mintlify docs.
Changes
products/kubernetes-operator/guides/configuration.mdx— adds a new### Server logging {#server-logging}subsection under ClickHouse settings, between Database sync and Custom configuration. Content copied verbatim from upstreamdocs/guides/configuration.mdx, including:spec.settings.loggerYAML with all five fields (logToFile,jsonLogs,level,size,count) and their defaults.logger:block.KeeperCluster(files under/var/log/clickhouse-keeper/).logToFile.Context
Upstream commit:
73d4938— "docs: document spec.settings.logger server logging configuration (#220)".No conflicts. The target file already had the surrounding sections in the same order as upstream, so the new subsection slotted in cleanly.
cc @arekborucki for review.
Note
Low Risk
Documentation-only change with no code or deployment impact.
Overview
Adds a new Server logging subsection to the Kubernetes operator configuration guide, documenting
spec.settings.loggerforClickHouseClusterandKeeperCluster.The section covers optional fields (
logToFile,jsonLogs,level,size,count) with defaults, a field reference table, the effective defaultloggerblock the operator renders, and notes that console logging stays enabled forkubectl logswhile Keeper uses/var/log/clickhouse-keeper/.This is a docs-only sync from upstream clickhouse-operator PR #220; no operator or runtime behavior changes in this repo.
Reviewed by Cursor Bugbot for commit a9e98f7. Bugbot is set up for automated code reviews on this repo. Configure here.