ContainerImage.Pinniped/deploy
Matt Moyer e5902533eb Add "--cluster-signing-*-file" flags pointing at a host volume mount.
This is a somewhat more basic way to get access to the certificate and private key we need to issue short lived certificates.

The host path, tolerations, and node selector here should work on any kubeadm-derived cluster including TKG-S and Kind.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-07-24 15:45:49 -05:00
..
README.md Update deploy README.md 2020-07-07 18:50:35 -07:00
deployment.yaml Add "--cluster-signing-*-file" flags pointing at a host volume mount. 2020-07-24 15:45:49 -05:00
rbac.yaml Initial aggregated API server (#15) 2020-07-23 10:05:21 -05:00
values.yaml deployment.yaml: update config file format 2020-07-14 12:38:43 -04:00

README.md

Deploying

This example deployment uses ytt and kapp from k14s.io.

If you would rather not install these command-line tools directly on your machine, you can use alternatively get the most recent version of this container image: https://hub.docker.com/r/k14s/image/tags

  1. Fill in the values in values.yml
  2. In a terminal, cd to this deploy directory
  3. Run: ytt --file . | kapp deploy --yes --app placeholder-name --diff-changes --file -