-
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
Remove unnecessary override of /etc/init.d/docker on containervm image. #23593
Conversation
Labelling this PR as size/L |
GCE e2e build/test passed for commit c5ac60f. |
Change LGTM since the override was meant to be a temporary solution. However, I am not sure what the race was and how it caused the failure... |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
Every cherrypick needs a release note. |
GCE e2e build/test passed for commit c5ac60f. |
Please create a cherrypick PR. |
…593-upstream-release-1.2 Remove unnecessary override of /etc/init.d/docker on containervm image.
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ick-of-#23593-upstream-release-1.2 Remove unnecessary override of /etc/init.d/docker on containervm image.
…ick-of-#23593-upstream-release-1.2 Remove unnecessary override of /etc/init.d/docker on containervm image.
This was introduced by #20307 to change docker -d to docker daemon. It should be removed once we upgraded to the new containervm image, but obviously this one fall off the radar.
I believe this one is causing a rare race which makes two docker daemons running on the master node of GKE.
cc/ @cjcullen @jlowdermilk