K8SPG-963 Documented CR statuses#412
Draft
nastena1606 wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a dedicated reference page that documents Percona PostgreSQL Custom
Resource (CR) status fields and condition values, and links to it from existing
troubleshooting and standby documentation.
Changes:
- Add a new
cr-statuses.mdreference page describing.statusfields for
PerconaPGCluster/Backup/Restore/Upgrade. - Add navigation entry for the new page in
mkdocs-base.yml. - Link to the new reference from
docs/debug.mdanddocs/standby.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| mkdocs-base.yml | Adds the new “Custom resource statuses” page to the Reference nav section |
| docs/standby.md | Links the StandbyLagging condition mention to the full conditions list |
| docs/debug.md | Aligns troubleshooting guidance with ready status and links to the new reference |
| docs/cr-statuses.md | Introduces a new reference page documenting CR status fields and condition values |
|
|
||
| ## How to view custom resource statuses | ||
|
|
||
| To check the status of your Percona custom resources, use the `kubectl get <resource-name>` or `kubectl describe <resource-name>` commands. See how to use them to get the quick overview, in-depth details, and targeted queries. |
Comment on lines
+144
to
+146
| | `RepoDeploymentNotFound` | A pgBackRest repository was not | ||
| found during reconciliation | | ||
| | `RepoHostCreated` | A pgBackRest repository host was created | |
| | `RepoDeploymentNotFound` | A pgBackRest repository was not | ||
| found during reconciliation | | ||
| | `RepoHostCreated` | A pgBackRest repository host was created | | ||
| | `UnableToCreateStanzas` | |
Comment on lines
+21
to
23
| The Custom Resource should have `ready` status. See [Custom resource statuses](cr-statuses.md) for other possible values. | ||
|
|
||
| !!! note |
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.
No description provided.