mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.0`
This commit is contained in:
parent
32576d4e8a
commit
143da849c9
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue