mirror of https://github.com/crossplane/docs.git
update to sync with upstream docs snapshots
Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
c4c6013bda
commit
4f460fb2de
|
@ -589,7 +589,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.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
|
||||
|
@ -629,7 +629,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.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
|
||||
|
@ -668,7 +668,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.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
|
||||
|
@ -707,7 +707,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.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
|
||||
|
|
|
@ -241,7 +241,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.7.2
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.7.3
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -298,7 +298,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.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:
|
||||
|
@ -355,7 +355,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.7.2
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.7.3
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -428,7 +428,7 @@ spec:
|
|||
> section.
|
||||
|
||||
```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:
|
||||
|
|
|
@ -588,7 +588,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.8.1
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.8.2
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -628,7 +628,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.8.1
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.8.2
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -667,7 +667,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.8.1
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.8.2
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -706,7 +706,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.8.1
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.8.2
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
|
|
@ -241,7 +241,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.8.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.8.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -298,7 +298,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.8.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.8.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -355,7 +355,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.8.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.8.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -428,7 +428,7 @@ spec:
|
|||
> section.
|
||||
|
||||
```console
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
|
Loading…
Reference in New Issue