Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1d7e85b4
Commit
1d7e85b4
authored
Jun 09, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull out a deprecation message.
parent
f62a2a1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
kubectl.sh
cluster/kubectl.sh
+10
-9
No files found.
cluster/kubectl.sh
View file @
1d7e85b4
...
...
@@ -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
}
"
)
/..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment