mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 11:35:43 +00:00
Rename tk binary to gotk
To avoid conflicts with the `tk` binary from the Tanka project.
This commit is contained in:
parent
cb23d3ff3c
commit
22624ae4d5
108 changed files with 500 additions and 500 deletions
|
|
@ -34,13 +34,13 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
|||
Verify that your dev machine satisfies the prerequisites with:
|
||||
|
||||
```sh
|
||||
tk check --pre
|
||||
gotk check --pre
|
||||
```
|
||||
|
||||
Install the toolkit controllers on the dev cluster:
|
||||
|
||||
```sh
|
||||
tk install
|
||||
gotk install
|
||||
```
|
||||
|
||||
## Clone the sample controller
|
||||
|
|
@ -84,7 +84,7 @@ make run
|
|||
Create a Git source:
|
||||
|
||||
```sh
|
||||
tk create source git test \
|
||||
gotk create source git test \
|
||||
--url=https://github.com/stefanprodan/podinfo \
|
||||
--tag=4.0.0
|
||||
```
|
||||
|
|
@ -100,7 +100,7 @@ Processing files...
|
|||
Change the Git tag:
|
||||
|
||||
```sh
|
||||
tk create source git test \
|
||||
gotk create source git test \
|
||||
--url=https://github.com/stefanprodan/podinfo \
|
||||
--tag=4.0.1
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue