docs snapshot for crossplane version `v1.7`

This commit is contained in:
Crossplane 2022-03-23 14:29:46 +00:00
parent ef96f8ec80
commit 339816e02c
7 changed files with 33 additions and 33 deletions

View File

@ -28,8 +28,8 @@ Run `setup.sh` to read `aws` credentials and region, and create an `aws
provider` instance in Crossplane: provider` instance in Crossplane:
```bash ```bash
curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/providerconfig.yaml
curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/setup.sh curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/setup.sh
chmod +x setup.sh chmod +x setup.sh
./setup.sh [--profile aws_profile] ./setup.sh [--profile aws_profile]
``` ```

View File

@ -33,7 +33,7 @@ account will have access to the services and roles sufficient to run the
Crossplane GCP examples. Crossplane GCP examples.
```bash ```bash
curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/gcp/credentials.sh curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/gcp/credentials.sh
./credentials.sh ./credentials.sh
# ... EXAMPLE OUTPUT ONLY # ... EXAMPLE OUTPUT ONLY
# export ORGANIZATION_ID=987654321 # export ORGANIZATION_ID=987654321

View File

@ -63,7 +63,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/aws.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/aws.yaml
``` ```
Creating the above instance will cause Crossplane to provision an RDS instance Creating the above instance will cause Crossplane to provision an RDS instance
@ -111,7 +111,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/gcp.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/gcp.yaml
``` ```
Creating the above instance will cause Crossplane to provision a CloudSQL Creating the above instance will cause Crossplane to provision a CloudSQL
@ -177,7 +177,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/azure.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/azure.yaml
``` ```
Creating the above instance will cause Crossplane to provision a PostgreSQL Creating the above instance will cause Crossplane to provision a PostgreSQL

View File

@ -486,7 +486,7 @@ by [pre-pulling images] onto nodes in the cluster.
[provider-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Provider/v1 [provider-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Provider/v1
[configuration-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Configuration/v1 [configuration-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Configuration/v1
[lock-api]: https://doc.crds.dev/github.com/crossplane/crossplane/pkg.crossplane.io/Lock/v1beta1 [lock-api]: https://doc.crds.dev/github.com/crossplane/crossplane/pkg.crossplane.io/Lock/v1beta1
[getting-started-with-gcp]: https://github.com/crossplane/crossplane/tree/master/docs/snippets/package/gcp [getting-started-with-gcp]: https://github.com/crossplane/crossplane/tree/release-1.7/docs/snippets/package/gcp
[specification]: https://github.com/Masterminds/semver#basic-comparisons [specification]: https://github.com/Masterminds/semver#basic-comparisons
[composition]: composition.md [composition]: composition.md
[IAM Roles for Service Accounts]: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html [IAM Roles for Service Accounts]: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html

View File

@ -92,7 +92,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/definition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/definition.yaml
``` ```
> You might notice that the XRD we created specifies both "names" and "claim > You might notice that the XRD we created specifies both "names" and "claim
@ -169,7 +169,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws/composition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/aws/composition.yaml
``` ```
</div> </div>
@ -343,7 +343,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws-with-vpc/composition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/aws-with-vpc/composition.yaml
``` ```
</div> </div>
@ -399,7 +399,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/gcp/composition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/gcp/composition.yaml
``` ```
</div> </div>
@ -485,7 +485,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/azure/composition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/azure/composition.yaml
``` ```
</div> </div>
@ -535,7 +535,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/alibaba/composition.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/alibaba/composition.yaml
``` ```
</div> </div>
@ -578,7 +578,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws/crossplane.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/aws/crossplane.yaml
kubectl crossplane build configuration kubectl crossplane build configuration
``` ```
@ -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:master kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.7.0
``` ```
> 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
@ -618,7 +618,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws-with-vpc/crossplane.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/aws-with-vpc/crossplane.yaml
kubectl crossplane build configuration kubectl crossplane build configuration
``` ```
@ -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:master kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.7.0
``` ```
> 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
@ -657,7 +657,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/gcp/crossplane.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/gcp/crossplane.yaml
kubectl crossplane build configuration kubectl crossplane build configuration
``` ```
@ -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:master kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.7.0
``` ```
> 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
@ -696,7 +696,7 @@ spec:
``` ```
```console ```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/azure/crossplane.yaml curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/package/azure/crossplane.yaml
kubectl crossplane build configuration kubectl crossplane build configuration
``` ```
@ -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:master kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.7.0
``` ```
> 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

View File

@ -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:latest kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.7.0
``` ```
Wait until all packages become healthy: Wait until all packages become healthy:
@ -284,7 +284,7 @@ spec:
key: creds key: creds
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/providerconfig.yaml
``` ```
</div> </div>
@ -300,7 +300,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section. > section.
```console ```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.7.0
``` ```
Wait until all packages become healthy: Wait until all packages become healthy:
@ -341,7 +341,7 @@ spec:
key: creds key: creds
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/providerconfig.yaml
``` ```
</div> </div>
@ -357,7 +357,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section. > section.
```console ```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.7.0
``` ```
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:latest kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.7.0
``` ```
Wait until all packages become healthy: Wait until all packages become healthy:
@ -471,7 +471,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/azure/providerconfig.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/azure/providerconfig.yaml
``` ```
</div> </div>

View File

@ -66,7 +66,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-aws.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/compose/claim-aws.yaml
``` ```
</div> </div>
@ -95,7 +95,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-aws.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/compose/claim-aws.yaml
``` ```
</div> </div>
@ -118,7 +118,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-gcp.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/compose/claim-gcp.yaml
``` ```
</div> </div>
@ -141,7 +141,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-azure.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/compose/claim-azure.yaml
``` ```
</div> </div>
@ -240,7 +240,7 @@ spec:
``` ```
```console ```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/pod.yaml kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/compose/pod.yaml
``` ```
This `Pod` simply connects to a PostgreSQL database and prints its name, so you This `Pod` simply connects to a PostgreSQL database and prints its name, so you