2023-09-29 17:04:09 +00:00
|
|
|
# Pinniped Supervisor Deployment
|
|
|
|
|
|
|
|
See [the how-to guide for details](https://pinniped.dev/docs/howto/install-supervisor/).
|
|
|
|
|
2023-10-20 18:49:16 +00:00
|
|
|
The Carvel Package deployment method can be exercised via the following invocation:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
PINNIPED_USE_LOCAL_KIND_REGISTRY=1 ./hack/prepare-for-integration-tests.sh \
|
|
|
|
--clean \
|
|
|
|
--alternate-deploy ./hack/noop.sh \
|
|
|
|
--post-install ./hack/build-carvel-packages.sh
|
|
|
|
```
|
|
|
|
|
2023-09-29 17:04:09 +00:00
|
|
|
## In this directory:
|
2023-09-28 20:43:35 +00:00
|
|
|
|
2023-10-20 18:49:16 +00:00
|
|
|
- `vendir` is used to copy the <root>/deploy/supervisor ytt files to <root>/deploy_carvel/supervisor/config.
|