radondb-mysql-kubernetes icon indicating copy to clipboard operation
radondb-mysql-kubernetes copied to clipboard

Open Source,High Availability Cluster,based on MySQL

Results 169 radondb-mysql-kubernetes issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
workflow

**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...

enhancement
Performance

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement

**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**

enhancement
k8s

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

duplicate
enhancement

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?

question

**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**

enhancement

**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...

enhancement
e2e

**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...

enhancement

## 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...

question
FAQ
Troubleshoot