Skip to content

Commit

Permalink
Added an etcd note
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Elliott committed Jul 7, 2019
1 parent 37536ec commit 81409fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ cert-exporter can easily be deployed using [this container](https://hub.docker.c

We use kops to manage our Kubernetes clusters and the following two daemonsets cover our nodes and masters. We use two daemonsets because the certs on a master and node are very different. These daemonset specs were built on a cluster built with kops 1.12.

The following configurations will not only export the certificates used to govern access between Kubernetes components, but etcd as well.

- [masters](./kops-masters.yaml)
- [nodes](./kops-nodes.yaml)

Note that certs are often restricted files. Running as root allows the application to access them on the host.
Note that certs are often restricted files. Running as root allows the application to access them on the host:

```
securityContext:
Expand Down

0 comments on commit 81409fd

Please sign in to comment.