Merge pull request #970 from vmware-tanzu/kubectl-apply-resources
When instructing users how to install the concierge with kubectl apply,
This commit is contained in:
commit
dea9bf9b90
@ -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:
|
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
|
## With custom options
|
||||||
|
|
||||||
|
@ -147,13 +147,13 @@ to authenticate federated identities from the Supervisor.
|
|||||||
kubectl apply --context kind-pinniped-concierge \
|
kubectl apply --context kind-pinniped-concierge \
|
||||||
-f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-crds.yaml
|
-f https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-concierge-crds.yaml
|
||||||
kubectl apply --context kind-pinniped-concierge \
|
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.
|
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.
|
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" >}})
|
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`.
|
for instructions on how to deploy using `ytt`.
|
||||||
|
|
||||||
|
@ -100,13 +100,13 @@ as the authenticator.
|
|||||||
|
|
||||||
```sh
|
```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-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.
|
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.
|
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" >}})
|
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`.
|
for instructions on how to deploy using `ytt`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user