-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Update deployment rolling #54152
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
Update deployment rolling #54152
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. |
Signed-off-by: Kelvin Uneze <[email protected]>
b20b1dd to
14d7fb2
Compare
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.
/hold
@Creativeklvn are you sure that this is the change that you wanted to suggest? It seems like a mixture of several unrelated improvements.
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.
This seems really unrelated to the change that the PR's title suggest we'd see.
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.
My apologies, I am only starting to wrap my head around git. I'll properly create new branches and open a new PR.
How to update a running Deployment to a new version using rolling updates
This PR adds a step-by-step guide on updating a running Kubernetes Deployment to a new version using rolling updates, without causing service interruption.
Includes
kubectl set imageThis guide ensures that users can safely perform updates while keeping applications available.
#54120