-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Document deployment.kubernetes.io/* annotations #53891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 |
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content LGTM; the commit message needs amending though.
860178a to
2880a43
Compare
Add 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 <[email protected]>
2880a43 to
468127b
Compare
|
@lmktfy Updated commit message |
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: #