mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-16 05:36:51 +00:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@@ -5,13 +5,10 @@
|
||||
# Table of Contents
|
||||
|
||||
1. [Description](#Description)
|
||||
2. [New Version](#new-version)
|
||||
3. [Special Input Keys and features](#Special-Input-Keys-and-features)
|
||||
4. [Prometheus metrics and Grafana](#Metrics)
|
||||
5. [Installation](#Installation)
|
||||
6. [Notes for large clusters](#Notes-for-large-clusters)
|
||||
7. [Configuration](#Configuration)
|
||||
|
||||
2. [Installation](#Installation)
|
||||
3. [Known Problems](#Known-problems)
|
||||
4. [Metrics](#Metrics)
|
||||
6. [Security](#Security)
|
||||
|
||||
## Description
|
||||
|
||||
@@ -19,10 +16,6 @@ Through KubeInvaders you can stress a Kubernetes cluster in a fun way and check
|
||||
|
||||
Just released the version v1.7. How is "Replicas State Delay" of your cluster? Just play and watch metrics.
|
||||
|
||||
## New Version
|
||||
|
||||
KubeInvaders is now fully open-source. However, it is still possibile to use the legacy version made with Defold.
|
||||
|
||||
## Installation
|
||||
|
||||
### Install to Kubernetes with Helm (v3+)
|
||||
@@ -37,13 +30,6 @@ helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2"
|
||||
-n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=v1.7
|
||||
```
|
||||
|
||||
### Install legacy version
|
||||
|
||||
```bash
|
||||
helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" \
|
||||
-n kubeinvaders kubeinvaders/kubeinvaders --set ingress.hostName=kubeinvaders.io --set image.tag=legacy
|
||||
```
|
||||
|
||||
## Known problems
|
||||
|
||||
* It seems that KubeInvaders does not work with EKS because of problems with ServiceAccount. Work in progress!
|
||||
@@ -83,7 +69,7 @@ Example of metrics
|
||||

|
||||
|
||||
|
||||
### Security Notes
|
||||
## Security
|
||||
|
||||
In order to restrict the access to the Kubeinvaders endpoint add this annotation into the ingress.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user