Skip to content

Commit 214c565

Browse files
README updated to refer to kubectl plugins generated by GH action (#1445)
1 parent dffd5ab commit 214c565

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,13 @@ For testing purposes you can create a [minikube](https://minikube.sigs.k8s.io/do
6868
3. **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

0 commit comments

Comments
 (0)