-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Enhance Rolling-Updates to support updating image with multi-container pods #13483
Comments
A PR is underway #9868 |
Is this planned for 1.1? It would be really helpful to use for pods using the sidecar patterns in a CI environment. |
@coleca It's not planned for 1.1. |
PR #9868 appears to not make any progress. |
cc @bgrant0607 |
The author of #9868 never addressed review feedback and never responded to requests to rebase. It's been inactive since July. I just closed it. kubectl rolling-update can be used for multi-container pods. It's only the --image convenience feature that doesn't support it. We're working on a server-side implementation of rolling update. It will be possible to enable the experimental API in 1.1: |
@brendandburns, would you be interested in taking this on? |
#17111 has merged. |
As of 1.0.3, rolling-update with --image does not work when pod has multiple containers.
This is the error message
error: Image update is not supported for multi-container pods
The text was updated successfully, but these errors were encountered: