Add a dedicated concept page for Pod Conditions#55316
Add a dedicated concept page for Pod Conditions#55316kfess wants to merge 1 commit intokubernetes:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
lmktfy
left a comment
There was a problem hiding this comment.
Thanks. I don't know how this works in detail but even so I can provide feedback.
Because the Pod lifecycle page already contains errors, IMO we could move this even if the new content also contains a subset of those errors.
|
Thanks for the quick review. I've updated the PR. |
|
LGTM label has been added. DetailsGit tree hash: c05480b487b44c00a5b85202489eb518ea3558a6 |
Description
Add a dedicated concept page for Pod Conditions, gathering information currently spread across the Pod Lifecycle page, disruptions, resize tasks pages.
The newly added page mostly reuses existing text from the source pages, but adds an explanation of why conditions complement Pod phase. Also added a simple yaml example and description about
observedGenerationfield (GA in v1.35)Issue
Closes: #55315
Comment
I also checked
observedGenerationfield exists withkubectl get pods <pod-name> -o yamlin my local environment.