From d9424f057a5fdc8cb29299a390374cde42b8014e Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 31 Aug 2021 12:40:42 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.4` --- docs/v1.4/cloud-providers/aws/aws-provider.md | 4 ++-- docs/v1.4/cloud-providers/gcp/gcp-provider.md | 2 +- .../getting-started/create-configuration.md | 20 +++++++++---------- .../v1.4/getting-started/install-configure.md | 14 ++++++------- .../provision-infrastructure.md | 10 +++++----- docs/v1.4/guides/direct-managed.md | 6 +++--- docs/v1.4/guides/multi-tenant.md | 2 +- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/v1.4/cloud-providers/aws/aws-provider.md b/docs/v1.4/cloud-providers/aws/aws-provider.md index 9a784c6c..b2207d97 100644 --- a/docs/v1.4/cloud-providers/aws/aws-provider.md +++ b/docs/v1.4/cloud-providers/aws/aws-provider.md @@ -28,8 +28,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.4/docs/snippets/configure/aws/providerconfig.yaml +curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.4/docs/snippets/configure/aws/setup.sh chmod +x setup.sh ./setup.sh [--profile aws_profile] ``` diff --git a/docs/v1.4/cloud-providers/gcp/gcp-provider.md b/docs/v1.4/cloud-providers/gcp/gcp-provider.md index b3729950..f7a582a0 100644 --- a/docs/v1.4/cloud-providers/gcp/gcp-provider.md +++ b/docs/v1.4/cloud-providers/gcp/gcp-provider.md @@ -33,7 +33,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.4/docs/snippets/configure/gcp/credentials.sh ./credentials.sh # ... EXAMPLE OUTPUT ONLY # export ORGANIZATION_ID=987654321 diff --git a/docs/v1.4/getting-started/create-configuration.md b/docs/v1.4/getting-started/create-configuration.md index c74d95d0..aa6a8cf0 100644 --- a/docs/v1.4/getting-started/create-configuration.md +++ b/docs/v1.4/getting-started/create-configuration.md @@ -92,7 +92,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.4/docs/snippets/package/definition.yaml ``` > You might notice that the XRD we created specifies both "names" and "claim @@ -169,7 +169,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.4/docs/snippets/package/aws/composition.yaml ``` @@ -343,7 +343,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.4/docs/snippets/package/aws-with-vpc/composition.yaml ``` @@ -399,7 +399,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.4/docs/snippets/package/gcp/composition.yaml ``` @@ -485,7 +485,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.4/docs/snippets/package/azure/composition.yaml ``` @@ -535,7 +535,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.4/docs/snippets/package/alibaba/composition.yaml ``` @@ -578,7 +578,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.4/docs/snippets/package/aws/crossplane.yaml kubectl crossplane build configuration ``` @@ -618,7 +618,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.4/docs/snippets/package/aws-with-vpc/crossplane.yaml kubectl crossplane build configuration ``` @@ -657,7 +657,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.4/docs/snippets/package/gcp/crossplane.yaml kubectl crossplane build configuration ``` @@ -696,7 +696,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.4/docs/snippets/package/azure/crossplane.yaml kubectl crossplane build configuration ``` diff --git a/docs/v1.4/getting-started/install-configure.md b/docs/v1.4/getting-started/install-configure.md index 658ff1f4..d6226010 100644 --- a/docs/v1.4/getting-started/install-configure.md +++ b/docs/v1.4/getting-started/install-configure.md @@ -234,7 +234,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.4.0 ``` Wait until all packages become healthy: @@ -275,7 +275,7 @@ spec: key: creds ``` ```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.4/docs/snippets/configure/aws/providerconfig.yaml ``` @@ -288,7 +288,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/ > 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.4.0 ``` Wait until all packages become healthy: @@ -329,7 +329,7 @@ spec: key: creds ``` ```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.4/docs/snippets/configure/aws/providerconfig.yaml ``` @@ -342,7 +342,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/ > 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.4.0 ``` Wait until all packages become healthy: @@ -412,7 +412,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.4.0 ``` Wait until all packages become healthy: @@ -468,7 +468,7 @@ spec: key: creds ``` ```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.4/docs/snippets/configure/azure/providerconfig.yaml ``` diff --git a/docs/v1.4/getting-started/provision-infrastructure.md b/docs/v1.4/getting-started/provision-infrastructure.md index 4a8d3982..281661a8 100644 --- a/docs/v1.4/getting-started/provision-infrastructure.md +++ b/docs/v1.4/getting-started/provision-infrastructure.md @@ -66,7 +66,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.4/docs/snippets/compose/claim-aws.yaml ``` @@ -95,7 +95,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.4/docs/snippets/compose/claim-aws.yaml ``` @@ -118,7 +118,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.4/docs/snippets/compose/claim-gcp.yaml ``` @@ -141,7 +141,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.4/docs/snippets/compose/claim-azure.yaml ``` @@ -240,7 +240,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.4/docs/snippets/compose/pod.yaml ``` This `Pod` simply connects to a PostgreSQL database and prints its name, so you diff --git a/docs/v1.4/guides/direct-managed.md b/docs/v1.4/guides/direct-managed.md index ba4aefcd..5d083bb7 100644 --- a/docs/v1.4/guides/direct-managed.md +++ b/docs/v1.4/guides/direct-managed.md @@ -56,7 +56,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.4/docs/snippets/provision/aws.yaml ``` Creating the above instance will cause Crossplane to provision an RDS instance @@ -104,7 +104,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.4/docs/snippets/provision/gcp.yaml ``` Creating the above instance will cause Crossplane to provision a CloudSQL @@ -170,7 +170,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.4/docs/snippets/provision/azure.yaml ``` Creating the above instance will cause Crossplane to provision a PostgreSQL diff --git a/docs/v1.4/guides/multi-tenant.md b/docs/v1.4/guides/multi-tenant.md index e3f54564..e6444149 100644 --- a/docs/v1.4/guides/multi-tenant.md +++ b/docs/v1.4/guides/multi-tenant.md @@ -287,7 +287,7 @@ Crossplane with the flag to automatically install a Configuration package alongside it. ``` -helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:latest"} +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set configuration.packages={"registry.upbound.io/xp/getting-started-with-aws:v1.4.0"} ``` ### Control Plane of Control Planes