mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.5`
This commit is contained in:
parent
b681bed1c8
commit
ec382cee83
|
@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag.
|
||||||
```console
|
```console
|
||||||
# Set this to the Docker Hub username or OCI registry you wish to use.
|
# Set this to the Docker Hub username or OCI registry you wish to use.
|
||||||
REG=my-package-repo
|
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
|
> 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
|
```console
|
||||||
# Set this to the Docker Hub username or OCI registry you wish to use.
|
# Set this to the Docker Hub username or OCI registry you wish to use.
|
||||||
REG=my-package-repo
|
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
|
> 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
|
```console
|
||||||
# Set this to the Docker Hub username or OCI registry you wish to use.
|
# Set this to the Docker Hub username or OCI registry you wish to use.
|
||||||
REG=my-package-repo
|
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
|
> 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
|
```console
|
||||||
# Set this to the Docker Hub username or OCI registry you wish to use.
|
# Set this to the Docker Hub username or OCI registry you wish to use.
|
||||||
REG=my-package-repo
|
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
|
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||||
|
|
|
@ -230,7 +230,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started!
|
||||||
> section.
|
> section.
|
||||||
|
|
||||||
```console
|
```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:
|
Wait until all packages become healthy:
|
||||||
|
@ -284,7 +284,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release
|
||||||
> section.
|
> section.
|
||||||
|
|
||||||
```console
|
```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:
|
Wait until all packages become healthy:
|
||||||
|
@ -338,7 +338,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release
|
||||||
> section.
|
> section.
|
||||||
|
|
||||||
```console
|
```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:
|
Wait until all packages become healthy:
|
||||||
|
@ -408,7 +408,7 @@ spec:
|
||||||
> section.
|
> section.
|
||||||
|
|
||||||
```console
|
```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:
|
Wait until all packages become healthy:
|
||||||
|
|
|
@ -287,7 +287,7 @@ Crossplane with the flag to automatically install a Configuration package
|
||||||
alongside it.
|
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
|
### Control Plane of Control Planes
|
||||||
|
|
Loading…
Reference in New Issue