Merge github.com:crossplane/crossplane.github.io

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2022-10-05 11:38:35 -04:00
commit fdf7203acb
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
11 changed files with 31 additions and 27 deletions

View File

@ -216,7 +216,7 @@ spec:
Resources:
```shell
echo "apiVersion: gcp.crossplane.io/v1alpha1
echo "apiVersion: gcp.secrets.crossplane.io/v1alpha1
kind: StoreConfig
metadata:
name: vault

View File

@ -435,14 +435,14 @@ composed resource field.
```yaml
# Patch from the XR's spec.parameters.location field and the
# metadata.annotations[crossplane.io/claim-name] annotation to the composed
# metadata.labels[crossplane.io/claim-name] label to the composed
# resource's spec.forProvider.administratorLogin field.
- type: CombineFromComposite
combine:
# The patch will only be applied when all variables have non-zero values.
variables:
- fromFieldPath: spec.parameters.location
- fromFieldPath: metadata.annotations[crossplane.io/claim-name]
- fromFieldPath: metadata.labels[crossplane.io/claim-name]
strategy: string
string:
fmt: "%s-%s"
@ -654,9 +654,9 @@ composed resource.
```yaml
# Always sets the XR's 'user' connection detail to 'admin'.
- type: FromFieldPath
- type: FromValue
name: user
fromValue: admin
value: admin
```
### Readiness Checks

View File

@ -182,7 +182,7 @@ annotations by third-party consumers of Crossplane packages:
- `meta.crossplane.io/source`: The URL at which the package's source can be
found.
- `meta.crossplane.io/license`: The license under which the package's source is
released.
released. This should be a valid [SPDX License Identifier].
- `meta.crossplane.io/description`: A one sentence description of the package.
- `meta.crossplane.io/readme`: A longer description, documentation, etc.
@ -208,3 +208,4 @@ unmodified.
[index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md
[annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md
[applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets
[SPDX License Identifier]: https://spdx.org/licenses/

View File

@ -406,14 +406,14 @@ composed resource field.
```yaml
# Patch from the XR's spec.parameters.location field and the
# metadata.annotations[crossplane.io/claim-name] annotation to the composed
# metadata.labels[crossplane.io/claim-name] label to the composed
# resource's spec.forProvider.administratorLogin field.
- type: CombineFromComposite
combine:
# The patch will only be applied when all variables have non-zero values.
variables:
- fromFieldPath: spec.parameters.location
- fromFieldPath: metadata.annotations[crossplane.io/claim-name]
- fromFieldPath: metadata.labels[crossplane.io/claim-name]
strategy: string
string:
fmt: "%s-%s"
@ -601,9 +601,9 @@ composed resource.
```yaml
# Always sets the XR's 'user' connection detail to 'admin'.
- type: FromFieldPath
- type: FromValue
name: user
fromValue: admin
value: admin
```
### Readiness Checks

View File

@ -184,7 +184,7 @@ annotations by third-party consumers of Crossplane packages:
- `meta.crossplane.io/source`: The URL at which the package's source can be
found.
- `meta.crossplane.io/license`: The license under which the package's source is
released.
released. This should be a valid [SPDX License Identifier].
- `meta.crossplane.io/description`: A one sentence description of the package.
- `meta.crossplane.io/readme`: A longer description, documentation, etc.
@ -210,3 +210,4 @@ unmodified.
[index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md
[annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md
[applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets
[SPDX License Identifier]: https://spdx.org/licenses/

View File

@ -616,9 +616,9 @@ composed resource.
```yaml
# Always sets the XR's 'user' connection detail to 'admin'.
- type: FromFieldPath
- type: FromValue
name: user
fromValue: admin
value: admin
```
### Readiness Checks

View File

@ -184,7 +184,7 @@ annotations by third-party consumers of Crossplane packages:
- `meta.crossplane.io/source`: The URL at which the package's source can be
found.
- `meta.crossplane.io/license`: The license under which the package's source is
released.
released. This should be a valid [SPDX License Identifier].
- `meta.crossplane.io/description`: A one sentence description of the package.
- `meta.crossplane.io/readme`: A longer description, documentation, etc.
@ -210,3 +210,4 @@ unmodified.
[index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md
[annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md
[applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets
[SPDX License Identifier]: https://spdx.org/licenses/

View File

@ -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:v1.9.0
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.9.1
```
> 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:v1.9.0
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.9.1
```
> 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:v1.9.0
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.9.1
```
> 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:v1.9.0
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.9.1
```
> Note that the Crossplane CLI will not follow symbolic links for files in the

View File

@ -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:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.9.1
```
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:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.9.1
```
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:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.9.1
```
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:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.9.1
```
Wait until all packages become healthy:

View File

@ -435,14 +435,14 @@ composed resource field.
```yaml
# Patch from the XR's spec.parameters.location field and the
# metadata.annotations[crossplane.io/claim-name] annotation to the composed
# metadata.labels[crossplane.io/claim-name] label to the composed
# resource's spec.forProvider.administratorLogin field.
- type: CombineFromComposite
combine:
# The patch will only be applied when all variables have non-zero values.
variables:
- fromFieldPath: spec.parameters.location
- fromFieldPath: metadata.annotations[crossplane.io/claim-name]
- fromFieldPath: metadata.labels[crossplane.io/claim-name]
strategy: string
string:
fmt: "%s-%s"
@ -654,9 +654,9 @@ composed resource.
```yaml
# Always sets the XR's 'user' connection detail to 'admin'.
- type: FromFieldPath
- type: FromValue
name: user
fromValue: admin
value: admin
```
### Readiness Checks

View File

@ -182,7 +182,7 @@ annotations by third-party consumers of Crossplane packages:
- `meta.crossplane.io/source`: The URL at which the package's source can be
found.
- `meta.crossplane.io/license`: The license under which the package's source is
released.
released. This should be a valid [SPDX License Identifier].
- `meta.crossplane.io/description`: A one sentence description of the package.
- `meta.crossplane.io/readme`: A longer description, documentation, etc.
@ -208,3 +208,4 @@ unmodified.
[index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md
[annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md
[applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets
[SPDX License Identifier]: https://spdx.org/licenses/