Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
added some comments in README.md #16569
Browse files Browse the repository at this point in the history
Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>
  • Loading branch information
mfuxi committed Sep 1, 2019
1 parent 1df9d6b commit bee7a35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions incubator/etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ Credit to https://github.com/ingvagabund. This is an implementation of that work
## Prerequisites Details
* Kubernetes 1.5 (for `StatefulSets` support)
* PV support on the underlying infrastructure
* ETCD version >= 3.0.0

## StatefulSet Details
* https://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/

## StatefulSet Caveats
* https://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/#limitations

## Todo
* Implement SSL

## Chart Details
This chart will do the following:

Expand Down Expand Up @@ -54,7 +52,7 @@ The following table lists the configurable parameters of the etcd chart and thei
| `auth.client.enableAuthentication` | Enables host authentication using TLS certificates. Existing secret is required. | `false` |
| `auth.client.secureTransport` | Enables encryption of client communication using TLS certificates | `false` |
| `auth.peer.useAutoTLS` | Automatically create the TLS certificates | `false` |
| `auth.peer.secureTransport` | Enables encryption peer communication using TLS certificates | `false` |
| `auth.peer.secureTransport` | Enables encryption peer communication using TLS certificates **(At the moment works only with Auto TLS)** | `false` |
| `auth.peer.enableAuthentication` | Enables host authentication using TLS certificates. Existing secret required | `false` |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
Expand Down

0 comments on commit bee7a35

Please sign in to comment.