cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

Home Page:https://cybozu-go.github.io/moco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I customize all images address not just mysqld?

comeonyang43 opened this issue · comments

k8s clusters in intranet

@comeonyang43
The controller provides a option to replace images. This allows you to customize images, not just mysqld, by utilizing this option.

Flags:
...
      --agent-image string                The image of moco-agent sidecar container
      --backup-image string               The image of moco-backup container
      --fluent-bit-image string           The image of fluent-bit sidecar container
      --mysqld-exporter-image string      The image of mysqld_exporter sidecar container

https://cybozu-go.github.io/moco/moco-controller.html

Questions answered.