Skip to content

Commit

Permalink
update README on kubectl krew update
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Sep 8, 2021
1 parent 1b0b205 commit 104e46b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@ please [install Krew with this guide](https://krew.sigs.k8s.io/docs/user-guide/s
Then you can install `Clusternet` kubectl plugin with,

```bash
$ kubectl krew update
$ kubectl krew install clusternet
# check plugin version
$ kubectl clusternet version
```

or update existing `Clusternet` plugin to latest,

```bash
$ kubectl krew update
$ kubectl krew upgrade clusternet
# check plugin version
$ kubectl clusternet version
```

### Download Binary
Expand Down

0 comments on commit 104e46b

Please sign in to comment.