Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Crossplane docs to reflect latest CLI changes #1480

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions content/en/user-guide/integrations/crossplane/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ $ helm install crossplane crossplane-stable/crossplane --namespace crossplane-sy
{{</command>}}

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.
{{<command>}}
$ curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | bash
<disable-copy>...</disable-copy>
$ sudo mv kubectl-crossplane /usr/local/bin
$ sudo mv crossplane /usr/local/bin
{{</command>}}
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:
{{<command>}}
$ kubectl crossplane --version
<disable-copy>v1.13.2</disable-copy>
$ crossplane version
<disable-copy>Client Version: v1.17.0
Server Version: v1.17.0</disable-copy>

$ kubectl get crds | grep crossplane
<disable-copy>compositions.apiextensions.crossplane.io 2023-09-03T11:30:36Z
Expand Down