mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.10`
This commit is contained in:
parent
9e04b5c80d
commit
96847cef62
|
@ -587,7 +587,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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.0
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -627,7 +627,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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.0
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -666,7 +666,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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.0
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
@ -705,7 +705,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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.0
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
|
|
@ -192,7 +192,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started!
|
|||
> section.
|
||||
|
||||
```bash
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:latest
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.10.0
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
|
|||
> section.
|
||||
|
||||
```bash
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:latest
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.10.0
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -302,7 +302,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
|
|||
> section.
|
||||
|
||||
```bash
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:latest
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.10.0
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -373,7 +373,7 @@ spec:
|
|||
> section.
|
||||
|
||||
```bash
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:latest
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.10.0
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
|
Loading…
Reference in New Issue