mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.7`
This commit is contained in:
parent
1d43613d22
commit
774ac30181
|
@ -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.7.2
|
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
> 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.7.2
|
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
> 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.7.2
|
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
> 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.7.2
|
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
> 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
|
||||||
|
|
|
@ -243,7 +243,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.7.2
|
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait until all packages become healthy:
|
Wait until all packages become healthy:
|
||||||
|
@ -300,7 +300,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.7.2
|
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait until all packages become healthy:
|
Wait until all packages become healthy:
|
||||||
|
@ -357,7 +357,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.7.2
|
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait until all packages become healthy:
|
Wait until all packages become healthy:
|
||||||
|
@ -430,7 +430,7 @@ spec:
|
||||||
> section.
|
> section.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.7.2
|
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.7.3
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait until all packages become healthy:
|
Wait until all packages become healthy:
|
||||||
|
|
Loading…
Reference in New Issue