Add docs for tracking resize progress with observedGeneration - #51985
Add docs for tracking resize progress with observedGeneration#51985singh1203 wants to merge 2 commits into
Conversation
Signed-off-by: Saurabh Kumar Singh <singh1203.ss@gmail.com>
|
Welcome @singh1203! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[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 |
|
Since the issue is already addressed #51729, I am closing this. |
Description
This PR updates the in-place pod resize documentation to explain how
status.observedGenerationandconditions[*].observedGenerationcan beused to track the progress of a resize request.
The new section describes:
status.observedGenerationandconditions[*].observedGenerationfeature gate is enabled
This addition helps users understand whether a resize is pending,
in progress, or acknowledged by the kubelet.
Closes: #51248