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

### What type of PR is this? /enhancement ### Which issue(s) this PR fixes? ref: #641 ### What this PR does? Summary: make the go version as an environment variable...

workflow
Improvement

报错详情 1、查看容器内日志错误信息 2、但是已经提示启动成功了 3、文件如下 @runkecheng 您有时间给瞅一眼

question

### What type of PR is this? /bug ### Which issue(s) this PR fixes? Fixes #531 ### What this PR does? Summary: 1. when set images error, it cannot make...

bug

**Is your feature request related to a problem? Please describe.** - [ ] Go version as an environment variable - [ ] CVE probe - [ ] More images -...

enhancement

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** - [x] Create - [x] Delete - [x] Hosts - [x] Permissions - [x] Grant...

enhancement

https://github.com/radondb/radondb-mysql-kubernetes/releases/download/v2.2.0/mysql_v1alpha1_mysqlcluster_mysql8.yaml apiVersion: mysql.radondb.com/v1alpha1 kind: MysqlCluster metadata: name: sample spec: replicas: 2 mysqlVersion: "8.0" May I ask how I can customize the mysql version? Is there any other way to compile...

question

### What type of PR is this? /enhancement ### Which issue(s) this PR fixes? Fixes # ### What this PR does? Summary: - Reconstructe the status controller - [ ]...

draft

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-installation.html **Describe alternatives you've considered** Replace clone init with using clone plugin , rather than...

enhancement

环境: k3s v1.23.8 radondb-mysql-kubenetes v2.2.0 mysql 8 nfs 服务镜像:coolersport/volume-nfs:0.8 主要配置: spec: replicas: 3 mysqlVersion: "8.0" restoreFrom: "hxzj-mysql_202272718119" nfsServerAddress: "10.43.151.159" backupSchedule: "0 0/10 * * * *" 其他大部分是默认值,10.43.151.159 为nfs SVC 的IP...

question