From 9c48d4a517a84ac5eb0e8a7e20d0548437080be5 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Fri, 9 Jul 2021 11:51:33 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6ff8bb9..a6fd6fd 100644 --- a/README.md +++ b/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 ![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/images/grafana2.png) -### Security Notes +## Security In order to restrict the access to the Kubeinvaders endpoint add this annotation into the ingress.