mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
add secrets when install KubeInvaders in Openshift
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
# KubeInvaders
|
||||
|
||||
KubeInvaders is a gamified chaos engineering tool for Kubernetes Clusters. **It is like Space Invaders but the pods are alien ships**
|
||||
KubeInvaders is a gamified chaos engineering tool for Kubernetes Clusters. **It is like Space Invaders but the pods are alien ships**
|
||||
|
||||

|
||||
|
||||
**jump between namespaces pressing 'n' !**
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
### Description
|
||||
@@ -16,7 +15,6 @@ KubeInvaders has been written with Defold (https://www.defold.com/).
|
||||
|
||||
Through KubeInvaders you can stress your Openshift cluster in a fun way and check how it is resilient.
|
||||
|
||||
|
||||
### Special Input Keys
|
||||
|
||||
| Input | Action |
|
||||
@@ -53,7 +51,9 @@ KUBEINVADERS_SECRET=$(oc get secret -n kubeinvaders --field-selector=type==kuber
|
||||
|
||||
oc process -f openshift/KubeInvaders.yaml -p ROUTE_HOST=$ROUTE_HOST -p TARGET_NAMESPACE=$TARGET_NAMESPACE -p KUBEINVADERS_SECRET=$KUBEINVADERS_SECRET | oc create -f -
|
||||
```
|
||||
Below how the configuration of KubeInvaders DeploymentConfig should be (remember to use your TARGET_NAMESPACE and ROUTE_HOST).
|
||||
|
||||
### How the configuration of KubeInvaders DeploymentConfig should be (remember to use your TARGET_NAMESPACE and ROUTE_HOST)
|
||||
|
||||

|
||||
|
||||
### Install KubeInvaders on Kubernetes
|
||||
|
||||
Reference in New Issue
Block a user