From 2945555c4470f1a58025f76563ad3fad3d9ba6b8 Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Thu, 24 Oct 2024 19:19:45 +0300 Subject: [PATCH 1/4] Install latest version. Signed-off-by: Cem Mergenci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8468cf8..3167bf4 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ configuration package](https://docs.crossplane.io/latest/concepts/packages/) so there is a single command to install it: ```console -up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.1.0 +up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.2.0 ``` Validate the install by inspecting the provider and configuration packages: From f63c07c680d402c5956a2e261aa0ef6ccdd97033 Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Thu, 24 Oct 2024 19:20:01 +0300 Subject: [PATCH 2/4] Use "console" format for all shell commands. Signed-off-by: Cem Mergenci --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3167bf4..0e0ad59 100644 --- a/README.md +++ b/README.md @@ -171,13 +171,13 @@ uses the same network to have connectivity with the EKS cluster. Alternatively, you can use a postgresql claim: -``` +```console kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/postgres-claim.yaml ``` Now deploy the sample application: -``` +```console kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/app-claim.yaml ``` From e3a455504753d8d44b739003823486494e315a19 Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Thu, 24 Oct 2024 19:21:01 +0300 Subject: [PATCH 3/4] Refer to Crossplane CLI installation instructions. Signed-off-by: Cem Mergenci --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0ad59..19aef88 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,9 @@ kubectl get claim,composite,managed ``` To get nice representation of the Claim deployment status you can use -[crossplane beta trace](https://docs.crossplane.io/latest/cli/command-reference/#beta-trace) command +[crossplane beta trace](https://docs.crossplane.io/latest/cli/command-reference/#beta-trace) command. +If you don't have `crossplane` CLI, see the [installation +instructions](https://docs.crossplane.io/latest/cli/). ```console crossplane beta trace cluster.aws.platformref.upbound.io/platform-ref-aws From 3106b870a2a16274b6ffbd1cdda6a49818c11cc0 Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Thu, 24 Oct 2024 19:21:41 +0300 Subject: [PATCH 4/4] Add missing `up login` command. Signed-off-by: Cem Mergenci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19aef88..0c2268a 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ account](https://accounts.upbound.io/register) to push your custom platform. Afterwards you can log in: ```console - +up login ``` ### Make the changes