mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.2`
This commit is contained in:
parent
e179d15605
commit
ac0b474db9
|
@ -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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws:1.2.2
|
||||
```
|
||||
|
||||
> 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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:1.2.2
|
||||
```
|
||||
|
||||
> 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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:1.2.2
|
||||
```
|
||||
|
||||
> 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:master
|
||||
kubectl crossplane push configuration ${REG}/getting-started-with-azure:1.2.2
|
||||
```
|
||||
|
||||
> Note that the Crossplane CLI will not follow symbolic links for files in the
|
||||
|
|
|
@ -119,7 +119,7 @@ kubectl create namespace crossplane-system
|
|||
helm repo add crossplane-stable https://charts.crossplane.io/stable
|
||||
helm repo update
|
||||
|
||||
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.2.1
|
||||
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.2.2
|
||||
```
|
||||
|
||||
> Note that OAM is an alpha feature that is disabled by default. Make sure to
|
||||
|
@ -247,7 +247,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.2.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.2.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -301,7 +301,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.2.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.2.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.2.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.2.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
@ -425,7 +425,7 @@ spec:
|
|||
> section.
|
||||
|
||||
```console
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.2.1
|
||||
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.2.2
|
||||
```
|
||||
|
||||
Wait until all packages become healthy:
|
||||
|
|
Loading…
Reference in New Issue