diff --git a/README.md b/README.md index d2113c6..dc271fc 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,22 @@ helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" --namespace kubeinvaders ./helm-charts/kubeinvaders \ --set ingress.hostName=kubeinvaders.io ``` +### Install client on your workstation + +The easy way to install KubeInvaders is run it on you workstation. + +Create $HOME/.KubeInv.json like this: + +``` +{ + "token": ".....", + "endpoint": "https://rancher.accolli.it:6443", + "namespace": "namespace1,namespace2" +} +``` +* [MacOS](https://github.com/lucky-sideburn/KubeInvaders/releases/download/start-button/x86_64-darwin.zip) +* [Linux](https://github.com/lucky-sideburn/KubeInvaders/releases/download/start-button/x86_64-linux.zip) + ### Install KubeInvaders on Openshift To Install KubeInvaders on your Openshift Cluster clone this repo and launch the following commands: diff --git a/x86_64-darwin.zip b/x86_64-darwin.zip new file mode 100644 index 0000000..1123c16 Binary files /dev/null and b/x86_64-darwin.zip differ diff --git a/x86_64-linux.zip b/x86_64-linux.zip new file mode 100644 index 0000000..a32664a Binary files /dev/null and b/x86_64-linux.zip differ