diff --git a/content/en/user-guide/integrations/crossplane/index.md b/content/en/user-guide/integrations/crossplane/index.md index f5b7b2337d..30fe8f850e 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