docs snapshot for crossplane version `v1.5`

This commit is contained in:
Crossplane 2021-11-26 19:46:30 +00:00
parent b681bed1c8
commit ec382cee83
3 changed files with 9 additions and 9 deletions

View File

@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.5.0
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.5.1
```
> Note that the Crossplane CLI will not follow symbolic links for files in the
@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.5.0
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.5.1
```
> Note that the Crossplane CLI will not follow symbolic links for files in the
@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.5.0
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.5.1
```
> Note that the Crossplane CLI will not follow symbolic links for files in the
@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.5.0
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.5.1
```
> Note that the Crossplane CLI will not follow symbolic links for files in the

View File

@ -230,7 +230,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.5.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.5.1
```
Wait until all packages become healthy:
@ -284,7 +284,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.5.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.5.1
```
Wait until all packages become healthy:
@ -338,7 +338,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.5.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.5.1
```
Wait until all packages become healthy:
@ -408,7 +408,7 @@ spec:
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.5.0
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.5.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.5.0"}
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.5.1"}
```
### Control Plane of Control Planes