Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 607 Bytes

configuration.md

File metadata and controls

10 lines (7 loc) · 607 Bytes

Runtime Configuration

The sidecar injector has a few needs to get sorted before being able to start injecting sidecars:

  1. Generate TLS certs: /docs/tls.md
  2. MutatingWebhookConfiguration resources - this is dependent on the previous step. See /docs/deployment.md
  3. Sidecar Configurations - Up to you how you manage these; file or ConfigMap - see /docs/sidecar-configuration-format.md
  4. Deploy to Kubernetes - See /docs/deployment.md

Once you have these sorted out, you should be ready to rock!