-
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
kube-push.sh and dev-build-and-push.sh do not update kube-apiserver binary #5408
Comments
I'm actively working on it. |
I noticed exact the same issue today by update my kubelet binary. |
Push is broken, sorry. I thought I tested it, but the binaries aren't getting bonked appropriately. |
kubelet binary push actually worked before? That path looked dubious at
|
This was a dumb mistake during a re-factor of configure-vm. I tested this early, re-factored the tail of this file, spot checked kube-push and failed to test kube-push properly. My bad. Fixes kubernetes#5361. Fixes kubernetes#5408.
I would appreciate external testing. I have done some sniff testing, but On Thu, Mar 12, 2015 at 4:51 PM, Satnam Singh notifications@github.com
|
reopen this since the fix is reversed. |
This was a dumb mistake during a re-factor of configure-vm. I tested this early, re-factored the tail of this file, spot checked kube-push and failed to test kube-push properly. My bad. Fixes kubernetes#5361. Fixes kubernetes#5408.
I made several attempts to update the apiserver (i.e.
kube-apiserver
on the master) usingkube-push.sh
anddev-build-and-push.sh
but they failed to update the binary. I noticed the same PID on the master forkube-apiserver
and a long uptime. If I tore the cluster down and rebuilt it then I could see the change I made to the apiserver.The text was updated successfully, but these errors were encountered: