Skip to content

Commit 304c4d4

Browse files
Update README.md with the -x <cluster_name> param
1 parent 5727b8b commit 304c4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For testing purposes you can create a [minikube](https://minikube.sigs.k8s.io/do
8484
source venv/bin/activate
8585
pip3 install -r requirements.txt
8686
apiserver=`kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}'`
87-
python3 provider-kubeconfig.py -s $apiserver create $KUBEPLUS_NS
87+
python3 provider-kubeconfig.py -s $apiserver -x <cluster_name> create $KUBEPLUS_NS
8888
deactivate
8989
```
9090

0 commit comments

Comments
 (0)