Updated Development Workflows (markdown)

Igor Gov 2022-02-09 08:52:22 +02:00
parent 9638b30d0d
commit 282f28ffcb

@ -29,7 +29,6 @@ If you are using minikube, set the `agent-image` to `example/mizuagent:latest` a
user@Machine:~/.mizu$ cat config.yaml user@Machine:~/.mizu$ cat config.yaml
image-pull-policy: Never image-pull-policy: Never
agent-image: example/mizuagent:latest agent-image: example/mizuagent:latest
telemetry: false
``` ```
If you are using a real kubernetes cluster, set the `agent-image` to `example/mizuagent:latest` in the Mizu config YAML (on path `~/.mizu/config.yaml`): If you are using a real kubernetes cluster, set the `agent-image` to `example/mizuagent:latest` in the Mizu config YAML (on path `~/.mizu/config.yaml`):
@ -37,7 +36,6 @@ If you are using a real kubernetes cluster, set the `agent-image` to `example/mi
```shell ```shell
user@Machine:~/.mizu$ cat config.yaml user@Machine:~/.mizu$ cat config.yaml
agent-image: example/mizuagent:latest agent-image: example/mizuagent:latest
telemetry: false
``` ```
_It will make Mizu to use your custom Mizu Agent Docker image as the API server and tapper Daemon Set._ _It will make Mizu to use your custom Mizu Agent Docker image as the API server and tapper Daemon Set._