ContainerImage.Pinniped/deploy
Andrew Keesler db9a97721f
Merge remote-tracking branch 'upstream/main' into 1-19-exec-strategy
2020-09-22 11:54:47 -04:00
..
README.md Add demo instructions 2020-09-15 12:10:20 -07:00
config.pinniped.dev_credentialissuerconfigs.yaml Move CredentialIssuerConfig into new "config.pinniped.dev" API group. 2020-09-18 16:38:45 -05:00
deployment.yaml deploy: add kube-cert-agent deployment knobs 2020-09-21 14:16:32 -04:00
idp.pinniped.dev_webhookidentityproviders.yaml Define the WebhookIdentityProvider CRD. 2020-09-15 11:44:23 -05:00
rbac.yaml kubecertagent: get integration tests passing again 2020-09-22 11:38:13 -04:00
values.yaml Create webhooks per-test and explicitly in `demo.md` instead of with ytt in `./deploy`. 2020-09-22 10:03:32 -05:00

README.md

Deploying

Connecting Pinniped to an Identity Provider

If you would like to try Pinniped, but you don't have a compatible identity provider, you can use Pinniped's test identity provider. See deploy-local-user-authenticator/README.md for details.

Tools

This example deployment uses ytt and kapp from Carvel to template the YAML files and to deploy the app. Either install ytt and kapp or use the container image from Dockerhub.

Procedure

  1. The configuration options are in values.yml. Fill in the values in that file, or override those values using ytt command-line options in the command below.
  2. In a terminal, cd to this deploy directory
  3. To generate the final YAML files, run: ytt --file .
  4. Deploy the generated YAML using your preferred deployment tool, such as kubectl or kapp. For example: ytt --file . | kapp deploy --yes --app pinniped --diff-changes --file -