1
0
mirror of https://github.com/ko-build/ko.git synced 2025-03-03 15:32:20 +02:00

Use a more appropriate idiom

This commit is contained in:
Spencer Peterson 2019-07-08 14:11:23 -07:00
parent 0c205ab8e4
commit f9504d09a6

View File

@ -235,7 +235,7 @@ as the vehicle for rapid iteration during development. As changes are made to a
particular application, you can run: `ko apply -f unit.yaml` to rapidly particular application, you can run: `ko apply -f unit.yaml` to rapidly
rebuild, repush, and redeploy their changes. rebuild, repush, and redeploy their changes.
`ko apply` will invoke `kubectl apply` under the covers, and therefore apply `ko apply` will invoke `kubectl apply` under the hood, and therefore apply
to whatever `kubectl` context is active. to whatever `kubectl` context is active.
### `ko apply --watch` (EXPERIMENTAL) ### `ko apply --watch` (EXPERIMENTAL)