docs snapshot for crossplane version `v1.4`

This commit is contained in:
Crossplane 2021-09-10 20:03:01 +00:00
parent fcd4fafeff
commit bca8aefca6
2 changed files with 5 additions and 5 deletions

View File

@ -234,7 +234,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started!
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.4.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.4.1
```
Wait until all packages become healthy:
@ -288,7 +288,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.4.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.4.1
```
Wait until all packages become healthy:
@ -342,7 +342,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.4.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.4.1
```
Wait until all packages become healthy:
@ -412,7 +412,7 @@ spec:
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.4.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.4.1
```
Wait until all packages become healthy:

View File

@ -287,7 +287,7 @@ Crossplane with the flag to automatically install a Configuration package
alongside it.
```
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.4.0"}
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.4.1"}
```
### Control Plane of Control Planes