From 1d7e85b47744fa70da5eb04155be855c6a5cbec3 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 9 Jun 2015 18:19:56 -0700 Subject: [PATCH] Pull out a deprecation message. --- cluster/kubectl.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/cluster/kubectl.sh b/cluster/kubectl.sh index 31489ef3de2..3ff669bb52a 100755 --- a/cluster/kubectl.sh +++ b/cluster/kubectl.sh @@ -18,15 +18,16 @@ set -o errexit set -o nounset set -o pipefail -echo "-=-=-=-=-=-=-=-=-=-=" -echo "NOTE:" -echo "kubectl.sh is deprecated and will be removed soon." -echo "please replace all usage with calls to the kubectl" -echo "binary and ensure that it is in your PATH." -echo "" -echo "Please see 'kubectl help config' for more details" -echo "about configuring kubectl for your cluster." -echo "-=-=-=-=-=-=-=-=-=-=" +# Stop the bleeding, turn off the warning until we fix token gen. +# echo "-=-=-=-=-=-=-=-=-=-=" +# echo "NOTE:" +# echo "kubectl.sh is deprecated and will be removed soon." +# echo "please replace all usage with calls to the kubectl" +# echo "binary and ensure that it is in your PATH." +# echo "" +# echo "Please see 'kubectl help config' for more details" +# echo "about configuring kubectl for your cluster." +# echo "-=-=-=-=-=-=-=-=-=-=" KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..