mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Add instruction for tk kubectl plugin
This commit is contained in:
parent
9ffe908c66
commit
c23d40ca71
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@ The install script does the following:
|
|||
* copies the tk binary to `/usr/local/bin`
|
||||
* removes the temporary directory
|
||||
|
||||
If you want to use tk as a kubectl plugin, rename the binary to `kubectl-tk`:
|
||||
|
||||
```sh
|
||||
mv /usr/local/bin/tk /usr/local/bin/kubectl-tk
|
||||
```
|
||||
|
||||
## Build from source
|
||||
|
||||
Clone the repository:
|
||||
|
|
|
|||
Loading…
Reference in a new issue