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** **Describe alternatives you've considered** **Additional context** 1. two replecas all far behind primary , then...
**Describe the problem** **To Reproduce** 1. **Expected behavior** **Environment:** - RadonDB MySQL version:
I want to init my cluster db like this: ``` spec: initContainers: - name: wait-for-data image: alpine:3.9 command: - "wget" - "--no-check-certificate" - "https://raw.githubusercontent.com/rnmulchandani/postgres-sample-data/master/employee_sample_data.sql" - "-O" - "/docker-entrypoint-initdb.d/ employee_sample_data.sql" volumeMounts:...
Is there a function of showlog collection and display?
由于我主库在导入数据的时候配置了SET @@SESSION.SQL_LOG_BIN= 0; 目前由于主库在使用无法进行停库重新导入数据, 我希望可以先将从库的只读去掉,然后在从库执行导入数据库的脚本后 再进行主从同步
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** statefulset do not support rollingup with expand disk size. need to change the cluster to...
**Describe the problem** change the cluster name to 49 characters,failed to create pod  **To Reproduce** 1.modify the mysql_v1alpha1_cluster.yaml metadata.name to sample1sample2sample3sample4sample5sample6sample7 2.kubectl apply -f mysql_v1alpha1_cluster.yaml **Expected behavior** create cluster...
**Is your feature request related to a problem? Please describe.** Add a script switches to the preferred version for specified module. see: https://github.com/kubernetes/kubernetes/blob/master/hack/pin-dependency.sh **Describe the solution you'd like** Usage: `hack/pin-dependency.sh...
**Describe the problem** 1.perform performance tests on database clusters using sysbench tools,the amount of data written to the database is : table-size=5000000 tables=64 threads=64 2.one node in the cluster has...
After deployment following the above tutorial. https://github.com/radondb/radondb-mysql-kubernetes/blob/main/docs/kubernetes/deploy_radondb-mysql_on_kubernetes.md#%E9%80%9A%E8%BF%87-git-%E9%83%A8%E7%BD%B2 I can't connect to leader remotely. How could I make it so I can connect to radondb remotely? Thanks a lot!