Mark kube-push.sh as broken
This commit is contained in:
parent
f29d597d02
commit
be7209d4fc
@ -23,6 +23,9 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
echo "kube-push.sh is currently broken; see https://github.com/kubernetes/kubernetes/issues/17397"
|
||||||
|
exit 1
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
|
||||||
if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
|
if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user