docs(operator): document native cold storage (spec.coldStorage) - #553
Merged
Merged
Conversation
Operator v0.3.0 adds native cold storage. Document the structured spec.coldStorage block and its operational contract: - configuration: the coldStorage block, default identity-scoped root, version floor, ColdStorageHealthy/status.coldStorage, legacy cold.storage.* key handling, and the new immutability rules including QuestDBObjectStore physical coordinates - high availability: the settled cold-manager Planned precheck (ColdManagerMoveRequired) and Emergency behavior while the manager is lost - database operations: a "Move the cold-storage manager" runbook - known limitations: the manager-off-the-departing-primary requirement and the default manager: 1 friction - database-level cold storage pages: steer operator-managed clusters to spec.coldStorage.manager instead of SWITCH COLD STORAGE ROLE The generated releases.md and reference/api.md pages follow separately via make docs-sync once v0.3.0 is tagged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ASL866WftGbwTF6PUqV76Y
|
🚀 Build success! Latest successful preview: https://preview-553--questdb-documentation.netlify.app/docs/ Commit SHA: 0bef0c0
|
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
Operator v0.3.0 (questdb/questdb-enterprise-operator#312) ships native cold storage. This documents the
spec.coldStorageblock and its operational contract in the operator section, and cross-links the database-level cold storage pages:coldStorageblock, default identity-scoped rootcold/<namespace>/<cluster>/, the QuestDB Enterprise 4.0.0 floor,ColdStorageHealthy/status.coldStorage, legacycold.storage.*key handling, and updated immutability rules includingQuestDBObjectStorephysical coordinatesPlannedprecheck (ColdManagerMoveRequired) with a verification snippet, and Emergency behavior while the manager is lostspec.coldStorage.manager, never directSWITCH COLD STORAGE ROLE)manager: 1frictionAll condition, reason, field, and default names were verified against the operator source at v0.3.0-rc (
7ef5d63).Out of scope
The generated
enterprise-kubernetes-operator/releases.mdandreference/api.mdpages are updated bymake docs-syncin the operator repo oncev0.3.0is tagged. The supported-versions matrix (QuestDB Enterprise 4.0.0) is also left to the release sync — v0.3.0 certification ran against 4.0.1.🤖 Generated with Claude Code
https://claude.ai/code/session_01ASL866WftGbwTF6PUqV76Y