kube-push.sh and dev-build-and-push.sh do not update kube-apiserver binary #5408
Closed
Description
I made several attempts to update the apiserver (i.e. kube-apiserver
on the master) using kube-push.sh
and dev-build-and-push.sh
but they failed to update the binary. I noticed the same PID on the master for kube-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.