From c381c14c0b7d684aefbe0f9f03644fe7bd17bd98 Mon Sep 17 00:00:00 2001
From: Finlay <18363677+finlaysawyer@users.noreply.github.com>
Date: Thu, 12 Sep 2024 16:41:25 +0100
Subject: [PATCH 1/2] Update Crossplane docs to reflect latest CLI changes
---
.../en/user-guide/integrations/crossplane/index.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/content/en/user-guide/integrations/crossplane/index.md b/content/en/user-guide/integrations/crossplane/index.md
index f5b7b2337d..35aa5ad7dc 100644
--- a/content/en/user-guide/integrations/crossplane/index.md
+++ b/content/en/user-guide/integrations/crossplane/index.md
@@ -37,16 +37,17 @@ $ helm install crossplane crossplane-stable/crossplane --namespace crossplane-sy
{{}}
The installation may take a few minutes.
-In parallel, we can install the `crossplane` command-line extensions for `kubectl`:
+In parallel, we can install the `crossplane` command-line tool.
{{}}
$ curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | bash
...
-$ sudo mv kubectl-crossplane /usr/local/bin
+$ sudo mv crossplane /usr/local/bin
{{}}
-To confirm that the installation was successful, we can run these `kubectl` commands, which should yield output similar to the following:
+To confirm that the installation was successful we can run these commands, which should yield output similar to the following:
{{}}
-$ kubectl crossplane --version
-v1.13.2
+$ crossplane version
+Client Version: v1.17.0
+Server Version: v1.17.0
$ kubectl get crds | grep crossplane
compositions.apiextensions.crossplane.io 2023-09-03T11:30:36Z
From 3db6d0de0cad893b56ad69c3705b42d13d7a1877 Mon Sep 17 00:00:00 2001
From: Finlay <18363677+finlaysawyer@users.noreply.github.com>
Date: Thu, 12 Sep 2024 16:42:56 +0100
Subject: [PATCH 2/2] Update Crossplane docs to reflect latest CLI changes
---
content/en/user-guide/integrations/crossplane/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/user-guide/integrations/crossplane/index.md b/content/en/user-guide/integrations/crossplane/index.md
index 35aa5ad7dc..30fe8f850e 100644
--- a/content/en/user-guide/integrations/crossplane/index.md
+++ b/content/en/user-guide/integrations/crossplane/index.md
@@ -43,7 +43,7 @@ $ curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/instal
...
$ sudo mv crossplane /usr/local/bin
{{}}
-To confirm that the installation was successful we can run these commands, which should yield output similar to the following:
+To confirm that the installation was successful, we can run these commands, which should yield output similar to the following:
{{}}
$ crossplane version
Client Version: v1.17.0