Carvel package readme updates
This commit is contained in:
parent
8dfac21eb8
commit
d5565af1d3
10
deploy_carvel/README.md
Normal file
10
deploy_carvel/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Deployment via Carvel Packages
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
See [the how-to guide for details](https://pinniped.dev/docs/howto/concierge/).
|
See [the how-to guide for details](https://pinniped.dev/docs/howto/concierge/).
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
## In this directory:
|
## In this directory:
|
||||||
|
|
||||||
- the ./config symlink points to <root>/deploy/concierge
|
- `vendir` is used to copy the <root>/deploy/concierge ytt files to <root>/deploy_carvel/concierge/config.
|
||||||
|
@ -1,5 +1,17 @@
|
|||||||
# local-user-authenticator
|
# local-user-authenticator
|
||||||
|
|
||||||
|
The local-user-authenticator is a component used for testing Pinniped and is not a production component.
|
||||||
|
See [Application main functions](https://pinniped.dev/docs/reference/code-walkthrough/#application-main-functions) for a brief description.
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
## In this directory:
|
## In this directory:
|
||||||
|
|
||||||
- the ./config symlink points to <root>/deploy/local-user-authenticator
|
- `vendir` is used to copy the <root>/deploy/local-user-authenticator ytt files to <root>/deploy_carvel/local-user-authenticator/config.
|
||||||
|
@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
See [the how-to guide for details](https://pinniped.dev/docs/howto/install-supervisor/).
|
See [the how-to guide for details](https://pinniped.dev/docs/howto/install-supervisor/).
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
## In this directory:
|
## In this directory:
|
||||||
|
|
||||||
- the ./config symlink points to <root>/deploy/supervisor
|
- `vendir` is used to copy the <root>/deploy/supervisor ytt files to <root>/deploy_carvel/supervisor/config.
|
||||||
|
Loading…
Reference in New Issue
Block a user