mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
disable kube-push in gce until it's fixed
This commit is contained in:
parent
114f6f76dc
commit
93a58415d6
@ -1199,6 +1199,12 @@ function push-node() {
|
|||||||
|
|
||||||
# Push binaries to kubernetes cluster
|
# Push binaries to kubernetes cluster
|
||||||
function kube-push {
|
function kube-push {
|
||||||
|
# Disable this until it's fixed.
|
||||||
|
# See https://github.com/kubernetes/kubernetes/issues/17397
|
||||||
|
echo "./cluster/kube-push.sh is currently not supported in GCE."
|
||||||
|
echo "Please use ./cluster/gce/upgrade.sh."
|
||||||
|
exit 1
|
||||||
|
|
||||||
prepare-push true
|
prepare-push true
|
||||||
|
|
||||||
push-master
|
push-master
|
||||||
|
Loading…
Reference in New Issue
Block a user