moco
moco copied to clipboard
MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
**Describe the bug** A clear and concise description of what the bug is. **Environments** - Version: moco:0.10.9 - OS: Ubuntu 20.04.3 LTS **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** I would like to run moco on our openshift cluster. The operator is installed correctly. But during the creation of a MySQLCluster resource, I receive the following...
## What The current instructions for custom docker builds could be improved. It should be rare that users need to build custom containers, but adding an example dockerfile / build...
## What MOCO configures `.spec.template.spec.terminationGracePeriodSeconds` of a MySQL StatefulSet to `300` by default. This is good for ordinary termination, but too long for abnormal termination caused by probe failure. The...
## What **This is not possible for the time being.** ref: https://github.com/kubernetes/kubernetes/pull/105867 spf13/cobra can auto-generate shell completion rules, so add `completion` subcommand to `kubectl-moco` for Bash, Zsh, PowerShell, Fish, etc....
## What User creation, database creation and grant privileges accordingly are typical operations for MySQL. We want to be able to do these operations declaratively. ## How Describe how to...
**Describe the bug** If MTS is enabled, replication may not resume when a replica node crashes. Specifically, the following error will occur. {"level":"error","ts":1634545113.4992788,"logger":"***","msg":"error","error":"failed to configure replica instance 2: failed to...
## What [Usage](https://cybozu-go.github.io/moco/usage.html) section of the user manual is quite lengthy. Divide it for better readability. ## How Describe how to address the issue. ## Checklist - [ ] Finish...
## What In wide-area inter-cluster replication, compression is effective because the communication bandwidth is narrow. So in the case of intermediate primary, set compression algorithm to the `CHANGE MASTER TO`...
## What How can I change `ghcr.io/cybozu-go/moco-agent:0.7.1` and `quay.io/cybozu/fluent-bit:1.9.7.2` to local registry. e.g: `local/moco-agent:0.7.1` `local/fluent-bit:1.9.7.2`