-
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
run kube-proxy in a static pod #17121
run kube-proxy in a static pod #17121
Conversation
Labelling this PR as size/XL |
d79060f
to
6e2e225
Compare
6e2e225
to
cd3e981
Compare
GCE e2e test build/test passed for commit cd3e9819ed5fe7f8a7b2a3fec40170428b198121. |
@zmerlynn @davidopp @roberthbailey not sure who should review this but it's ready. |
Might be a good time to spread the salt {knowledge,review burden} beyond just Zach. |
@@ -99,6 +99,7 @@ readonly KUBE_DOCKER_WRAPPED_BINARIES=( | |||
kube-apiserver,busybox | |||
kube-controller-manager,busybox | |||
kube-scheduler,busybox | |||
kube-proxy,beta.gcr.io/google_containers/debian-iptables:v1 |
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.
s/beta.
//, right? (#16824)
cd3e981
to
778c04d
Compare
GCE e2e build/test failed for commit 778c04d2ce72d4b75b96e03b9ece9fec9364fbd8. |
@k8s-bot e2e test this |
GCE e2e test build/test passed for commit 778c04d2ce72d4b75b96e03b9ece9fec9364fbd8. |
778c04d
to
1d9d11c
Compare
@zmerlynn addressed comments. |
LGTM |
GCE e2e build/test failed for commit 1d9d11c. |
@k8s-bot e2e test this |
GCE e2e test build/test passed for commit 1d9d11c. |
@mikedanese - awesome; thanks for doing this! |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 1d9d11c. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
will help to migrate it to running in a deamonset
Fixes #16799