mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix the binary path reported by get-kube script.
This commit is contained in:
parent
bfb4b7280d
commit
d60c86a3a7
@ -48,7 +48,7 @@ function create_cluster {
|
|||||||
(
|
(
|
||||||
cd kubernetes
|
cd kubernetes
|
||||||
./cluster/kube-up.sh
|
./cluster/kube-up.sh
|
||||||
echo "Kubernetes binaries at ${PWD}/kubernetes/cluster/"
|
echo "Kubernetes binaries at ${PWD}/cluster/"
|
||||||
echo "You may want to add this directory to your PATH in \$HOME/.profile"
|
echo "You may want to add this directory to your PATH in \$HOME/.profile"
|
||||||
|
|
||||||
echo "Installation successful!"
|
echo "Installation successful!"
|
||||||
|
Loading…
Reference in New Issue
Block a user