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

Open Source,High Availability Cluster,based on MySQL

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

当前默认镜像是percona mysql,是否支持mysql社区版的image

### What type of PR is this? /enhancement ### Which issue(s) this PR fixes? Fixes #606 ### What this PR does? Summary: add leaderElection.leaseDuration and leaderElection.renewDeadline ### Special notes for...

enhancement

Mysql operator will print DEBUG log in default without flag to controll log level.

enhancement

**Describe the problem** ``` E0719 10:10:09.840262 1 leaderelection.go:325] error retrieving resource lock default/2175edb9.radondb.com: Get "https://10.233.0.1:443/api/v1/namespaces/default/configmaps/2175edb9.radondb.com": context deadline exceeded I0719 10:10:09.840490 1 leaderelection.go:278] failed to renew lease default/2175edb9.radondb.com: timed out waiting...

bug

`kubectl apply -f https://raw.githubusercontent.com/radondb/radondb-mysql-kubernetes/main/config/samples/mysql_v1alpha1_mysqluser.yaml ` create user failed `error: error validating "https://raw.githubusercontent.com/radondb/radondb-mysql-kubernetes/main/config/samples/mysql_v1alpha1_mysqluser.yaml": error validating data: [ValidationError(MysqlUser.spec): unknown field "tlsOptions" in com.radondb.mysql.v1alpha1.MysqlUser.spec, ValidationError(MysqlUser.spec): unknown field "withGrantOption" in com.radondb.mysql.v1alpha1.MysqlUser.spec]; if you choose...

bug

我使用了radondb-mysql-kubernetes构建了一个集群,由于数据库安全设备的需要,我需要给建好的RadonDB MySQL 集群的主容器装上采集的插件(该插件基于libcap报文拦截),我想直接给集群的pod 附加一个sidecar 容器用于流量拦截,但是我如果直接去修改operator创建好的statefulset的yaml,增加sidecar容器进去,确定后马上就会被回滚掉修改,但是我从文档的配置项中找不到可以附加其他容器镜像的方法,请问有什么方法可以实现,感谢

good first issue
question

RadonDB MySQL Kubernetes v2.2.0 于近日发布!该版本开始支持 MySQL 8.0,备份功能优化,并全面提升高可用稳定性。社区同步发起“新版试用赢周边”活动! 欢迎参与! # 新版本功能一览 ## 新特性 * 支持 MySQL 8.0 * 镜像 Percona 8.0.25(默认版本 5.7) * 支持自定义备份 * 可以将集群数据备份到 S3 或者指定的卷 * 支持定时备份 *...

Community activities

1. Translate the newly created Chinese docs. 2. Update and proofread docs.

documentation

**Describe the problem** `2022-07-08T21:21:15.100006+08:00 0 [Note] IPv6 is available. 2022-07-08T21:21:15.100015+08:00 0 [Note] - '::' resolves to '::'; 2022-07-08T21:21:15.100068+08:00 0 [Note] Server socket created on IP: '::'. 2022-07-08T21:21:15.100103+08:00 0 [ERROR] Another...

bug

mysqlcluster配置定时备份会重建mysql pod

bug