File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,13 @@ For testing purposes you can create a [minikube](https://minikube.sigs.k8s.io/do
68683 . ** Unzip KubePlus plugins and set up the PATH:**
6969
7070 ``` sh
71- wget https://github.com/cloud-ark/kubeplus/raw/master/kubeplus-kubectl-plugins.tar.gz
72- tar -zxvf kubeplus-kubectl-plugins.tar.gz
71+ Go to https://github.com/cloud-ark/kubeplus/releases
72+ Click " Assets" -> right click kubeplus-kubectl-plugins-v* .tar.gz and copy the link address
73+ wget " plugin link from above step"
74+ mkdir plugins
75+ mv kubeplus-kubectl-plugins-v* .tar.gz plugins/.
76+ cd plugins
77+ tar -zxvf kubeplus-kubectl-plugins-v* .tar.gz
7378 export KUBEPLUS_HOME=` pwd`
7479 export PATH=$KUBEPLUS_HOME /plugins:$PATH
7580 kubectl kubeplus commands
You can’t perform that action at this time.
0 commit comments