mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-23 08:22:31 +00:00
f8f16fadb9
Add pod anti-affinity to make our HA deployment more HA
Deploying
Tools
This example deployment uses ytt from Carvel to template the YAML files.
Either install ytt or use the container image from Dockerhub.
Procedure
- The configuration options are in values.yml. Fill in the values in that file, or override those values
using
yttcommand-line options in the command below. - In a terminal, cd to this
deploydirectory - To generate the final YAML files, run:
ytt --file . - Deploy the generated YAML using your preferred deployment tool, such as
kubectlorkapp. For example:ytt --file . | kapp deploy --yes --app pinniped --diff-changes --file -