-
Notifications
You must be signed in to change notification settings - Fork 386
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
docs: add cli tool for installation #686
Conversation
cc @qmhu Tested it work well, the screenshot like below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to keep current navigation struct. other parts is great for me!
cp kubectl-crane_${release}_Darwin_${arch}/kubectl-crane /usr/local/bin/ | ||
``` | ||
|
||
### Install using Krew |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can hide this part due to the slow response.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upstream already merged this plugin.
cp kubectl-crane_${release}_Darwin_${arch}/kubectl-crane /usr/local/bin/ | ||
``` | ||
|
||
### 使用 krew 安装 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same as above.
e83e92e
to
0999499
Compare
|
||
`Krew` is the plugin manager for `kubectl` command-line tool. | ||
|
||
[Install and set up](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) Krew on your machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set up -> setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
0999499
to
fbda7d8
Compare
What type of PR is this?
/docs
What this PR does / why we need it:
add cli tool for installation
Which issue(s) this PR fixes:
Fixes #654
Special notes for your reviewer: