cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
272 stars 22 forks source link

How do I customize all images address not just mysqld? #646

Closed comeonyang43 closed 3 months ago

comeonyang43 commented 7 months ago

k8s clusters in intranet

d-kuro commented 7 months ago

@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

masa213f commented 3 months ago

Questions answered.