mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-06 18:36:52 +00:00
fix dock
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
1. [Description](#Description)
|
||||
2. [Special Input Keys and features](#Special-Input-Keys-and-features)
|
||||
3. [Installation](#Installation)
|
||||
4. [Prometheus Metrics - Make sense of Kubeinvaders!](#Metrics)
|
||||
4. [Prometheus Metrics](#Metrics)
|
||||
5. [Notes for large clusters](#Notes-for-large-clusters)
|
||||
6. [Configuration](#Configuration)
|
||||
|
||||
@@ -57,11 +57,13 @@ git clone https://github.com/lucky-sideburn/KubeInvaders.git
|
||||
|
||||
kubectl create namespace kubeinvaders
|
||||
|
||||
# Install Redis for exposing Prometheus Metrics
|
||||
helm install redis bitnami/redis -n kubeinvaders -f redis/values.yaml
|
||||
|
||||
helm install kubeinvaders --set-string target_namespace="namespace1\,namespace2" \
|
||||
--namespace kubeinvaders ./helm-charts/kubeinvaders \
|
||||
--set ingress.hostName=kubeinvaders.io
|
||||
--set ingress.hostName=kubeinvaders.io --set REDIS_HOST=redis-master
|
||||
```
|
||||
|
||||
### Install client on your workstation
|
||||
|
||||
The easiest way to install KubeInvaders is on your workstation but if you choose this method you cannot use kube-linter feature directly from the game. Follow this guide:
|
||||
|
||||
@@ -42,7 +42,7 @@ image:
|
||||
## Cluster settings
|
||||
cluster:
|
||||
enabled: false
|
||||
slaveCount: 3
|
||||
slaveCount: 1
|
||||
|
||||
## Use redis sentinel in the redis pod. This will disable the master and slave services and
|
||||
## create one redis service with ports to the sentinel and the redis instances
|
||||
@@ -385,7 +385,7 @@ master:
|
||||
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
||||
##
|
||||
persistence:
|
||||
enabled: true
|
||||
enabled: false
|
||||
## The path the volume will be mounted at, useful when using different
|
||||
## Redis images.
|
||||
path: /data
|
||||
|
||||
Reference in New Issue
Block a user