docs snapshot for crossplane version `v1.0`

This commit is contained in:
Crossplane 2021-06-08 11:03:32 +00:00
parent 32576d4e8a
commit 143da849c9
3 changed files with 8 additions and 8 deletions

View File

@ -73,7 +73,7 @@ We will now install a `Configuration` that:
> an RDS instance that will allow traffic from the internet.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.0.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.0.1
```
</div>
@ -85,28 +85,28 @@ kubectl crossplane install configuration registry.upbound.io/xp/getting-started-
> complex ones. See the [composition] documentation for more information.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.0.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.0.1
```
</div>
<div class="tab-pane fade" id="gcp-tab-1" markdown="1">
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.0.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.0.1
```
</div>
<div class="tab-pane fade" id="azure-tab-1" markdown="1">
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.0.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.0.1
```
</div>
<div class="tab-pane fade" id="alibaba-tab-1" markdown="1">
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-alibaba:v1.0.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-alibaba:v1.0.1
```
</div>

View File

@ -119,7 +119,7 @@ kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.1
```
> Note that OAM is an alpha feature that is disabled by default. Make sure to

View File

@ -32,7 +32,7 @@ kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.1
```
### Master
@ -124,7 +124,7 @@ Alternatively, a yaml file that specifies the values for the above parameters
(`values.yaml`) can be provided while installing the chart.
```console
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0 -f values.yaml
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.1 -f values.yaml
```
Here are the sample settings to get you started.