docs snapshot for crossplane version `v0.4`

This commit is contained in:
Crossplane 2019-11-06 04:41:35 +00:00
parent 1bb0e99ab7
commit 18a5d9f6b5
8 changed files with 12 additions and 12 deletions

View File

@ -94,7 +94,7 @@ metadata:
name: stack-gcp
namespace: gcp
spec:
package: "crossplane/stack-gcp:v0.2.0"
package: "crossplane/stack-gcp:v0.2.1"
```
Then you can install the GCP stack into Crossplane in the `gcp` namespace with the following command:
@ -119,7 +119,7 @@ metadata:
name: stack-aws
namespace: aws
spec:
package: "crossplane/stack-aws:v0.2.0"
package: "crossplane/stack-aws:v0.2.1"
```
Then you can install the AWS stack into Crossplane in the `aws` namespace with the following command:
@ -144,7 +144,7 @@ metadata:
name: stack-azure
namespace: azure
spec:
package: "crossplane/stack-azure:v0.2.0"
package: "crossplane/stack-azure:v0.2.1"
```
Then you can install the Azure stack into Crossplane in the `azure` namespace with the following command:
@ -169,7 +169,7 @@ metadata:
name: stack-rook
namespace: rook
spec:
package: "crossplane/stack-rook:v0.1.0"
package: "crossplane/stack-rook:v0.1.1"
```
Then you can install the Rook stack into Crossplane in the `rook` namespace with the following command:

View File

@ -42,7 +42,7 @@ metadata:
name: stack-gcp
namespace: crossplane-system
spec:
package: "crossplane/stack-gcp:v0.2.0"
package: "crossplane/stack-gcp:v0.2.1"
```
Save the above as `stack.yaml`, and apply it by running:

View File

@ -88,7 +88,7 @@ metadata:
name: stack-aws
namespace: crossplane-system
spec:
package: "crossplane/stack-aws:v0.2.0"
package: "crossplane/stack-aws:v0.2.1"
EOF
kubectl apply -f stack-aws.yaml

View File

@ -81,7 +81,7 @@ metadata:
name: stack-azure
namespace: crossplane-system
spec:
package: "crossplane/stack-azure:v0.2.0"
package: "crossplane/stack-azure:v0.2.1"
EOF
kubectl apply -f stack-azure.yaml

View File

@ -73,7 +73,7 @@ infrastructure stack, we need to specify that it's cluster-scoped by passing the
`--cluster` flag.
```bash
kubectl crossplane stack generate-install --cluster 'crossplane/stack-aws:v0.2.0' stack-aws | kubectl apply --namespace crossplane-system -f -
kubectl crossplane stack generate-install --cluster 'crossplane/stack-aws:v0.2.1' stack-aws | kubectl apply --namespace crossplane-system -f -
```
The rest of this guide assumes that the AWS stack is installed within

View File

@ -74,7 +74,7 @@ infrastructure stack, we need to specify that it's cluster-scoped by passing the
`--cluster` flag.
```bash
kubectl crossplane stack generate-install --cluster 'crossplane/stack-azure:v0.2.0' stack-azure | kubectl apply --namespace crossplane-system -f -
kubectl crossplane stack generate-install --cluster 'crossplane/stack-azure:v0.2.1' stack-azure | kubectl apply --namespace crossplane-system -f -
```
The rest of this guide assumes that the Azure stack is installed within

View File

@ -74,7 +74,7 @@ infrastructure stack, we need to specify that it's cluster-scoped by passing the
`--cluster` flag.
```bash
kubectl crossplane stack generate-install --cluster 'crossplane/stack-gcp:v0.2.0' stack-gcp | kubectl apply --namespace crossplane-system -f -
kubectl crossplane stack generate-install --cluster 'crossplane/stack-gcp:v0.2.1' stack-gcp | kubectl apply --namespace crossplane-system -f -
```
The rest of this guide assumes that the GCP stack is installed within

View File

@ -93,7 +93,7 @@ metadata:
name: stack-gcp
namespace: crossplane-system
spec:
package: "crossplane/stack-gcp:v0.2.0"
package: "crossplane/stack-gcp:v0.2.1"
EOF
kubectl apply -f stack-gcp.yaml
@ -110,7 +110,7 @@ metadata:
name: stack-rook
namespace: crossplane-system
spec:
package: "crossplane/stack-rook:v0.1.0"
package: "crossplane/stack-rook:v0.1.1"
EOF
kubectl apply -f stack-rook.yaml