mirror of https://github.com/k3s-io/k3s
commit
caae39b122
|
@ -1176,6 +1176,12 @@ function push-node() {
|
|||
|
||||
# Push binaries to kubernetes cluster
|
||||
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
|
||||
|
||||
push-master
|
||||
|
|
Loading…
Reference in New Issue