kubeblocks
kubeblocks copied to clipboard
KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
cherry-pick f8cc2d1444790a70558f3fdeb6b049badcceaa1e to 0.9
**Describe the bug** ``` mark@L-R910LPKW:~$ k get pod NAME READY STATUS RESTARTS AGE aida-dev-xyz-mining-redis-0 3/3 Running 0 27h aida-dev-xyz-mining-redis-1 3/3 Running 0 27h aida-dev-xyz-mining-redis-sentinel-0 1/1 Running 0 27h aida-dev-xyz-mining-redis-sentinel-1 1/1...
**Describe the bug** Endless affinity list when using new schudlingPolicy field and a DATA_PLANE_AFFINITY in config **To Reproduce** Steps to reproduce the behavior: 1. Have a `DATA_PLANE_AFFINITY: '{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"kb-data","operator":"In","values":["true"]}]},"weight":100}]}}'` field in...
**Describe the bug** when etcd scaleIn trigger switchover, will run switchover command in kbagent, but not success **To Reproduce** Steps to reproduce the behavior: 1. setup kb environment ``` kb...
**What is the user interaction of your feature** 1, A LoadBalance ip can be shared among pods/components/clusters 2, For a shared LB ip, the differentiate services with different ports, for...