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

I want to have 2 leader and 4 follower. how can I achieve it by modifying the helm chart ? Thank a lot!

question

**Describe the problem** The mysql version will never be `mysql56`: ``` 166 // buildXenonConf build a config file for xenon. 167 func (cfg *Config) buildXenonConf() []byte { .... .... 171...

bug

**Is your feature request related to a problem? Please describe.** e.g.: ``` # kubectl exec -ti $pod -c xenon xenoncli raft status | jq .leader | cut -d . -f...

enhancement

**Describe the problem** ``` root@i-kk9hywm3:~/radondb-mysql-kubernetes/charts/helm# kubectl logs helmdemo-radondb-mysql-0 xenon xenon:[{Tag:v1.1.4-30-g0abe249 Time:2021/07/19 14:23:49 Git:0abe249 GoVersion:go1.16.6 Platform:linux amd64}] 2021/08/10 03:22:59.653969 xenon.go:52: [PANIC] xenon.loadconfig.error[open /etc/xenon/xenon.json: no such file or directory] panic: [PANIC] xenon.loadconfig.error[open...

bug

**Is your feature request related to a problem? Please describe.** ``` cmd.Stderr = os.Stderr if err = cmd.Run(); err != nil { return fmt.Errorf("failed to disable the transparent_hugepage: %s", err)...

enhancement

**Is your feature request related to a problem? Please describe.** From: https://github.com/kubernetes/community/tree/master/contributors/design-proposals **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement
P2

部署radondb在k8s,默认root无法登录,怎么修改

question

``` - [Kubernetes 平台部署](docs/Kubernetes/deploy_xenondb_on_kubernetes.md) - [KubeSphere 应用商店部署](docs/KubeSphere/deploy_xenondb_on_kubesphere.md) ``` 在 Kubenetes 在 Kubernetes 上部署 XenonDB 集群 在 Kubesphere 上部署 XenonDB 集群 Modify the description of the two links to be consistent...

documentation

Kubernetes version: v1.26.0(KubeSphere:v3.4.1) Helm version: v3.12.0 RadonDB Operator version: 3.0.0 RadonDB MySQL version: 8.0.25 数据库集群节点从1节点扩到3节点后,创建的数据库消失 操作过程: 1、检查1节点集群状态 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/27846981/537d66e7-f16b-4c5b-ac7d-c259e3b82c88) 2、创建数据库 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/27846981/fe4d270a-c1c8-43e9-bc57-653e2b6cd030) 3、将集群节点扩容到3个 [root@k8s-master001 ~]# kubectl get all -n mysql-cluster NAME READY...

bug