Uh oh!
There was an error while loading. Please reload this page.
Document deployment.kubernetes.io/* annotations - #53891
Conversation
k8s-ci-robot
commented
Jan 2, 2026
Welcome @pmady! |
✅ 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.
Content LGTM; the commit message needs amending though.
860178a to
2880a43CompareAdd documentation for three annotations used by the Deployment controller on ReplicaSets: - deployment.kubernetes.io/desired-replicas: Tracks desired replica count - deployment.kubernetes.io/max-replicas: Tracks max replicas during rolling updates - deployment.kubernetes.io/revision: Tracks deployment revision for rollout history These annotations are internal to the Deployment API implementation and are used to manage rolling updates, scaling operations, and rollback functionality. Signed-off-by: pmady <pavan4devops@gmail.com>
2880a43 to
468127bComparepmady
commented
Jan 6, 2026
@lmktfy Updated commit message |
k8s-ci-robot
commented
Jan 15, 2026
LGTM label has been added. DetailsGit tree hash: 8006fb00dda859c4f2c6929e35afbed0c6f841da |
k8s-ci-robot
commented
Jan 16, 2026
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Uh oh!
There was an error while loading. Please reload this page.
Add documentation for three annotations used by the Deployment controller on ReplicaSets:
These annotations are internal to the Deployment API implementation and are used to manage rolling updates, scaling operations, and rollback functionality.
Fixes#53890
Description
Issue
Closes: #