mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-17 23:56:34 +00:00
fix doc
This commit is contained in:
16
README.md
16
README.md
@@ -37,6 +37,22 @@ Set the following variables in Kubernetes Deployment or Openshift DeploymentConf
|
||||
| HITSLIMIT (default 0) | Seconds of CPU time to wait before shooting |
|
||||
| UPDATETIME (default 1) | Seconds to wait before update PODs status (you can set also 0.x Es: 0.5) |
|
||||
|
||||
### Install client on your workstation
|
||||
|
||||
The easy way to install KubeInvader is run it on you workstation.
|
||||
|
||||
Create .KubeInv.json file on your home. This is an example:
|
||||
|
||||
```
|
||||
{
|
||||
"token": ".....",
|
||||
"endpoint": "https://rancher.accolli.it:6443",
|
||||
"namespace": "namespace1,namespace2"
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Install with HELM!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user