1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Rename tk binary to gotk

To avoid conflicts with the `tk` binary from the Tanka project.
This commit is contained in:
Hidde Beydals
2020-08-25 21:09:34 +02:00
parent cb23d3ff3c
commit 22624ae4d5
108 changed files with 500 additions and 500 deletions

View File

@@ -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
```