Skip to content

Commit

Permalink
Merge pull request #970 from vmware-tanzu/kubectl-apply-resources
Browse files Browse the repository at this point in the history
When instructing users how to install the concierge with kubectl apply,
  • Loading branch information
margocrawf authored Jan 21, 2022
2 parents 70c99c6 + 726e88e commit dea9bf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/howto/install-concierge.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you'd prefer to customize the annotations or load balancer IP address, see th

1. Install the latest version of the Concierge into the `pinniped-concierge` namespace with default options:

- `kubectl apply -f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge.yaml`
- `kubectl apply -f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-resources.yaml`

## With custom options

Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/tutorials/concierge-and-supervisor-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ to authenticate federated identities from the Supervisor.
kubectl apply --context kind-pinniped-concierge \
-f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-crds.yaml
kubectl apply --context kind-pinniped-concierge \
-f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge.yaml
-f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-resources.yaml
```
The `install-pinniped-concierge-crds.yaml` file contains the Concierge CustomResourceDefinitions.
These define the custom APIs that you use to configure and interact with the Concierge.
The `install-pinniped-concierge.yaml` file includes the rest of the Concierge resources with default deployment options.
The `install-pinniped-concierge-resources.yaml` file includes the rest of the Concierge resources with default deployment options.
If you would prefer to customize the available options, please see the [Concierge installation guide]({{< ref "../howto/install-concierge" >}})
for instructions on how to deploy using `ytt`.
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/tutorials/concierge-only-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ as the authenticator.
```sh
kubectl apply -f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-crds.yaml
kubectl apply -f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge.yaml
kubectl apply -f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-resources.yaml
```
The `install-pinniped-concierge-crds.yaml` file contains the Concierge CustomResourceDefinitions.
These define the custom APIs that you use to configure and interact with the Concierge.
The `install-pinniped-concierge.yaml` file includes the rest of the Concierge resources with default deployment options.
The `install-pinniped-concierge-resources.yaml` file includes the rest of the Concierge resources with default deployment options.
If you would prefer to customize the available options, please see the [Concierge installation guide]({{< ref "../howto/install-concierge" >}})
for instructions on how to deploy using `ytt`.
Expand Down

0 comments on commit dea9bf9

Please sign in to comment.