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

**Is your feature request related to a problem? Please describe.** At present, the Controller is regularly synchronize the mysqluser. Most of the time this operation is meaningless. ``` 2022-08-17T15:36:32.844776+08:00 5351...

enhancement

apiVersion: mysql.radondb.com/v1alpha1 kind: MysqlCluster metadata: name: mysql namespace: uat spec: replicas: 2 mysqlVersion: "5.7" mysqlOpts: rootPassword: "dasfdasmk1" rootHost: localhost user: radondb_usr password: RadonDB@123 database: radondb initTokuDB: false Create MysqlCluster error:...

question

**Describe the problem** ``` $ make e2e-local === RUN TestE2E STEP: Creating framework with timeout: 1200 Running Suite: MySQL Operator E2E Suite ======================================= Random Seed: 1640748419 - Will randomize all...

bug

目前Dockerfile中每次mysql启动都会重新生成随机的uuid: ``` uuid=$(cat /proc/sys/kernel/random/uuid) printf '[auto]\nserver_uuid=%s' $uuid > /var/lib/mysql/auto.cnf ``` 这样Pod重启的时候,就出现了大量的Executed_GTID_Set,3个节点每重启一次就有3个新的uuid,主从切换三次就是3个Set。 这个地方使用固定的uuid(比如和server序号固定)的问题是什么?

question

i use 2.1.0 kubectl apply config/samples/mysql_v1alpha1_mysqlcluster.yaml ![image](https://user-images.githubusercontent.com/51810383/144437358-00a70f02-b8de-4a63-8f97-4940743aed20.png)

bug

install randondb-mysql 2.1.0 operator ,can not pull this images ![image](https://user-images.githubusercontent.com/51810383/144419739-3b57a2a2-9f97-4e0a-a977-8047be3cc8f3.png)

bug

**Describe the problem** TO STOP xenon switch the leader **To Reproduce** 1. **Expected behavior** **Environment:** - RadonDB MySQL version:

question

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

1. 在k8s建立了一个radondb的双节点集群(一主一从) 2. 运行一段时间后发现mysql不够用,增加了一个副本,现在是(一主两从) 新增加的那个副本(新的从节点) , 数据库里是空的,没有一个表?、 是什么问题

1. The version number of kubernetes is v1.28.4 2. Helm repository has been added: https://radondb.github.io/radondb-mysql-kubernetes/

bug