mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Merge pull request #9545 from brendandburns/fixer
Pull out a deprecation message.
This commit is contained in:
commit
7ff4adb0a2
@ -18,15 +18,16 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
echo "-=-=-=-=-=-=-=-=-=-="
|
# Stop the bleeding, turn off the warning until we fix token gen.
|
||||||
echo "NOTE:"
|
# echo "-=-=-=-=-=-=-=-=-=-="
|
||||||
echo "kubectl.sh is deprecated and will be removed soon."
|
# echo "NOTE:"
|
||||||
echo "please replace all usage with calls to the kubectl"
|
# echo "kubectl.sh is deprecated and will be removed soon."
|
||||||
echo "binary and ensure that it is in your PATH."
|
# echo "please replace all usage with calls to the kubectl"
|
||||||
echo ""
|
# echo "binary and ensure that it is in your PATH."
|
||||||
echo "Please see 'kubectl help config' for more details"
|
# echo ""
|
||||||
echo "about configuring kubectl for your cluster."
|
# echo "Please see 'kubectl help config' for more details"
|
||||||
echo "-=-=-=-=-=-=-=-=-=-="
|
# echo "about configuring kubectl for your cluster."
|
||||||
|
# echo "-=-=-=-=-=-=-=-=-=-="
|
||||||
|
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
Loading…
Reference in New Issue
Block a user