From af19d5fbc2ad46fcf39e672f6d68a8c6e2ffbdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 20 Mar 2018 05:10:59 +0100 Subject: [PATCH] [stable/redis] Fix some typos (#4211) * [stable/ghost] Fix some typos * [stable/redis] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 47ecbf7099..0db83b0f11 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 1.1.19 +version: 1.1.20 appVersion: 4.0.8 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/README.md b/stable/redis/README.md index 64476d8215..66d0e91c95 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -41,7 +41,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the Redis chart and their default values. +The following table lists the configurable parameters of the Redis chart and their default values. | Parameter | Description | Default | |-------------------------------|-------------------------------------------------- |------------------------------| @@ -93,8 +93,7 @@ $ helm install --name my-release -f values.yaml stable/redis ``` > **Tip**: You can use the default [values.yaml](values.yaml) - -> **Note for minikube users**: Current versions of minikube (v0.24.1 at the time of writing) provision `hostPath` persistent volumes that are only writable by root. Using chart defaults cause pod failure for the redis pod as it attempts to write to the `/bitnami` directory. Consider installing redis with `--set persistence.enabled=false`. See minikube issue [1990](https://github.com/kubernetes/minikube/issues/1990) for more information. +> **Note for minikube users**: Current versions of minikube (v0.24.1 at the time of writing) provision `hostPath` persistent volumes that are only writable by root. Using chart defaults cause pod failure for the Redis pod as it attempts to write to the `/bitnami` directory. Consider installing Redis with `--set persistence.enabled=false`. See minikube issue [1990](https://github.com/kubernetes/minikube/issues/1990) for more information. ## NetworkPolicy @@ -122,9 +121,11 @@ By default, the chart mounts a [Persistent Volume](http://kubernetes.io/docs/use 1. Create the PersistentVolume 1. Create the PersistentVolumeClaim 1. Install the chart + ```bash $ helm install --set persistence.existingClaim=PVC_NAME redis ``` ## Metrics -The chart optionally can start a metrics exporter for [prometheus](https://prometheus.io). The metrics endpoint (port 9121) is exposed in the service. Metrics can be scraped from within the cluster using something similar as the described in the [example Prometheus scrape configuration](https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml). If metrics are to be scraped from outside the cluster, the Kubenretes API proxy can be utilized to access the endpoint. + +The chart optionally can start a metrics exporter for [prometheus](https://prometheus.io). The metrics endpoint (port 9121) is exposed in the service. Metrics can be scraped from within the cluster using something similar as the described in the [example Prometheus scrape configuration](https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml). If metrics are to be scraped from outside the cluster, the Kubernetes API proxy can be utilized to access the endpoint.