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

# Proposal: reconstruct the status controller ## Summary Today, Operator checks the health of mysql by remote connection to PODs. There are some pain points in this solution: 1. Need...

enhancement
Improvement

If I need to execute init. SQL to initialize the database I need when the database is created, what should I do? In addition, why does the database refuse me...

bug

**Is your feature request related to a problem? Please describe.** modified the ssl_type parameters do not take effect **Describe the solution you'd like** The ssl_type parameter cannot be modified in...

enhancement

kubectl apply -f https://github.com/radondb/radondb-mysql-kubernetes/releases/download/v2.2.0/mysql_v1alpha1_mysqlcluster_mysql8.yaml bash-4.4$ mysql -uradondb_usr -pRadonDB@123 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ;...

question

### What type of PR is this? /enhancement ### Which issue(s) this PR fixes? Fixes #516 ### What this PR does? Summary: add a subchart `mysqlcluster` uses: ``` helm install...

enhancement
chart

环境: 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: "radondb-nfs-server.default" backupSchedule: "0 0/10 * * * *" 其他大部分是默认值,radondb-nfs-server.default 为nfs SVC 的域名...

question

## General Question Background: We use NFS as backup file storage, and we have multiple directories in NFS for other services to use. Therefore, it is currently necessary to specify...

question

**Is your feature request related to a problem? Please describe.** Remove the MySQL checking logic in Operator https://github.com/percona/percona-server-mysql-operator/blob/main/cmd/healthcheck/main.go **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement

### What type of PR is this? /bug ### Which issue(s) this PR fixes? Fixes #619 ### What this PR does? Summary: ### Special notes for your reviewer?

bug
draft

**Describe the problem** **To Reproduce** delete the service , the session is blocked, but not lost. **Expected behavior** 1. delete the service, should disconnect all session. **Environment:** - RadonDB MySQL...

bug