-
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 the restart-kube-proxy and restart-apiserver functions #23180
Conversation
since neither are used any longer.
Labelling this PR as size/M |
GCE e2e build/test passed for commit c5ca042. |
LGTM |
LGTM |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit c5ca042. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test failed for commit c5ca042. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test passed for commit c5ca042. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit c5ca042. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit c5ca042. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit c5ca042. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
@roberthbailey This just looks like cleanup. Why is it a cherrypick candidate? |
It is a cleanup, but the code on the branch is useless (and broken if anyone tries to use it). It's probably ok if it doesn't get cherry picked, but it seemed like it would hurt. |
Auto commit by PR queue bot (cherry picked from commit f2d1499)
Commit 928f581 found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this s an error find help to get your PR picked. |
Auto commit by PR queue bot (cherry picked from commit f2d1499)
Auto commit by PR queue bot (cherry picked from commit f2d1499)
Auto commit by PR queue bot (cherry picked from commit f2d1499)
Auto commit by PR queue bot (cherry picked from commit f2d1499)
These were previously used by some of our shell e2e tests but appear to now be dead code. The functions to restart the kube-proxy are now wrong anyway, because in 1.2 kube-proxy runs in a container so
sudo /etc/init.d/kube-proxy restart
won't have any affect./cc @karlkfi @justinsb @derekwaynecarr