radondb-mysql-kubernetes
radondb-mysql-kubernetes copied to clipboard
Open Source,High Availability Cluster,based on MySQL
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** ``` go tool vet -shadow=true ./ ``` ref: https://github.com/barakmich/go-nyet Add check in ci. **Describe alternatives...
**Is your feature request related to a problem? Please describe.** When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: - Guaranteed - Burstable (deploy...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** Keep the logs for Xenon, etc after Pod restart. **Additional context**
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
According to the test, my s3 backup file is in the format of "backup_202211810457", when I have multiple mysql clusters, how do I distinguish which backup is what I need?
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Optimize status display in abnormal scenes. **Describe alternatives you've considered** **Additional context**
**Is your feature request related to a problem? Please describe.** The cluster test is meaningless when there is no data reading and writing. So we need to provide APIs that...
**Is your feature request related to a problem? Please describe.** Now the default root password is empty. Percona will only set a root password at initialization, which will cause the...
## General Question ### Change the replicas The following example changes replicas to 2. ``` kubectl patch mysql sample -p '{"spec":{"replicas":2}}' --type=merge ``` > Close the cluster (change the replicas...