From c3e30568d07700c9bba7c1d3ad6d7b575220d734 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Mon, 31 Oct 2022 22:10:16 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.10` --- .../v1.10/cloud-providers/aws/aws-provider.md | 4 +-- .../v1.10/cloud-providers/gcp/gcp-provider.md | 2 +- .../docs/v1.10/concepts/managed-resources.md | 8 +++--- .../getting-started/create-configuration.md | 28 +++++++++---------- .../getting-started/install-configure.md | 14 +++++----- .../provision-infrastructure.md | 10 +++---- 6 files changed, 33 insertions(+), 33 deletions(-) diff --git a/content/docs/v1.10/cloud-providers/aws/aws-provider.md b/content/docs/v1.10/cloud-providers/aws/aws-provider.md index 57d71b64..e490a3df 100644 --- a/content/docs/v1.10/cloud-providers/aws/aws-provider.md +++ b/content/docs/v1.10/cloud-providers/aws/aws-provider.md @@ -31,8 +31,8 @@ Run `setup.sh` to read `aws` credentials and region, and create an `aws provider` instance in Crossplane: ```bash -curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/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.10/docs/snippets/configure/aws/providerconfig.yaml +curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.10/docs/snippets/configure/aws/setup.sh chmod +x setup.sh ./setup.sh [--profile aws_profile] ``` diff --git a/content/docs/v1.10/cloud-providers/gcp/gcp-provider.md b/content/docs/v1.10/cloud-providers/gcp/gcp-provider.md index a1b92fa3..46e648f4 100644 --- a/content/docs/v1.10/cloud-providers/gcp/gcp-provider.md +++ b/content/docs/v1.10/cloud-providers/gcp/gcp-provider.md @@ -37,7 +37,7 @@ account will have access to the services and roles sufficient to run the Crossplane GCP examples. ```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.10/docs/snippets/configure/gcp/credentials.sh ./credentials.sh # ... EXAMPLE OUTPUT ONLY # export ORGANIZATION_ID=987654321 diff --git a/content/docs/v1.10/concepts/managed-resources.md b/content/docs/v1.10/concepts/managed-resources.md index 2ffb3124..18106537 100644 --- a/content/docs/v1.10/concepts/managed-resources.md +++ b/content/docs/v1.10/concepts/managed-resources.md @@ -57,7 +57,7 @@ spec: ``` ```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.10/docs/snippets/provision/aws.yaml ``` Creating the above instance will cause Crossplane to provision an RDS instance @@ -106,7 +106,7 @@ spec: ``` ```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.10/docs/snippets/provision/gcp.yaml ``` Creating the above instance will cause Crossplane to provision a CloudSQL @@ -173,7 +173,7 @@ spec: ``` ```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.10/docs/snippets/provision/azure.yaml ``` Creating the above instance will cause Crossplane to provision a PostgreSQL @@ -480,5 +480,5 @@ including Velero. [provider]: {{}} [issue-727]: https://github.com/crossplane/crossplane/issues/727 [issue-1143]: https://github.com/crossplane/crossplane/issues/1143 -[managed-api-patterns]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-managed-resource-api-design.md +[managed-api-patterns]: https://github.com/crossplane/crossplane/blob/release-1.10/design/one-pager-managed-resource-api-design.md [managed reconciler]: https://github.com/crossplane/crossplane-runtime/blob/84e629b9589852df1322ff1eae4c6e7639cf6e99/pkg/reconciler/managed/reconciler.go#L637 \ No newline at end of file diff --git a/content/docs/v1.10/getting-started/create-configuration.md b/content/docs/v1.10/getting-started/create-configuration.md index 0f9f1c40..18bae2ec 100644 --- a/content/docs/v1.10/getting-started/create-configuration.md +++ b/content/docs/v1.10/getting-started/create-configuration.md @@ -88,7 +88,7 @@ spec: ``` ```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.10/docs/snippets/package/definition.yaml ``` > You might notice that the XRD we created specifies both "names" and "claim @@ -165,7 +165,7 @@ spec: ``` ```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.10/docs/snippets/package/aws/composition.yaml ``` @@ -339,7 +339,7 @@ spec: ``` ```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.10/docs/snippets/package/aws-with-vpc/composition.yaml ``` @@ -395,7 +395,7 @@ spec: ``` ```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.10/docs/snippets/package/gcp/composition.yaml ``` @@ -481,7 +481,7 @@ spec: ``` ```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.10/docs/snippets/package/azure/composition.yaml ``` @@ -531,7 +531,7 @@ spec: ``` ```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.10/docs/snippets/package/alibaba/composition.yaml ``` @@ -574,7 +574,7 @@ spec: ``` ```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.10/docs/snippets/package/aws/crossplane.yaml kubectl crossplane build configuration ``` @@ -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.10.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -614,7 +614,7 @@ spec: ``` ```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.10/docs/snippets/package/aws-with-vpc/crossplane.yaml kubectl crossplane build configuration ``` @@ -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.10.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -653,7 +653,7 @@ spec: ``` ```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.10/docs/snippets/package/gcp/crossplane.yaml kubectl crossplane build configuration ``` @@ -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.10.0 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -692,7 +692,7 @@ spec: ``` ```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.10/docs/snippets/package/azure/crossplane.yaml kubectl crossplane build configuration ``` @@ -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.10.0 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/content/docs/v1.10/getting-started/install-configure.md b/content/docs/v1.10/getting-started/install-configure.md index 19bca3f6..7b2d16ec 100644 --- a/content/docs/v1.10/getting-started/install-configure.md +++ b/content/docs/v1.10/getting-started/install-configure.md @@ -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:v1.10.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.10.1 ``` Wait until all packages become healthy: @@ -233,7 +233,7 @@ spec: key: creds ``` ```bash -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.10/docs/snippets/configure/aws/providerconfig.yaml ``` {{% /tab %}} @@ -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:v1.10.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.10.1 ``` Wait until all packages become healthy: @@ -288,7 +288,7 @@ spec: ``` ```bash -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.10/docs/snippets/configure/aws/providerconfig.yaml ``` {{% /tab %}} @@ -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:v1.10.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.10.1 ``` 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:v1.10.0 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.10.1 ``` Wait until all packages become healthy: @@ -414,7 +414,7 @@ spec: ``` ```bash -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.10/docs/snippets/configure/azure/providerconfig.yaml ``` {{% /tab %}} diff --git a/content/docs/v1.10/getting-started/provision-infrastructure.md b/content/docs/v1.10/getting-started/provision-infrastructure.md index cac4fcb6..5166f950 100644 --- a/content/docs/v1.10/getting-started/provision-infrastructure.md +++ b/content/docs/v1.10/getting-started/provision-infrastructure.md @@ -62,7 +62,7 @@ spec: ``` ```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.10/docs/snippets/compose/claim-aws.yaml ``` @@ -91,7 +91,7 @@ spec: ``` ```console -kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-aws-new.yaml +kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.10/docs/snippets/compose/claim-aws-new.yaml ``` @@ -114,7 +114,7 @@ spec: ``` ```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.10/docs/snippets/compose/claim-gcp.yaml ``` @@ -137,7 +137,7 @@ spec: ``` ```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.10/docs/snippets/compose/claim-azure.yaml ``` @@ -236,7 +236,7 @@ spec: ``` ```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.10/docs/snippets/compose/pod.yaml ``` This `Pod` simply connects to a PostgreSQL database and prints its name, so you