moco icon indicating copy to clipboard operation
moco copied to clipboard

How do I customize all images address not just mysqld?

Open comeonyang43 opened this issue 1 year ago • 1 comments

k8s clusters in intranet

comeonyang43 avatar Feb 04 '24 04:02 comeonyang43

@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

d-kuro avatar Feb 04 '24 11:02 d-kuro

Questions answered.

masa213f avatar Jun 05 '24 06:06 masa213f