kubeblocks icon indicating copy to clipboard operation
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.

Results 269 kubeblocks issues
Sort by recently updated
recently updated
newest added

add checkBacupRepo and validate condition to record the failed message in the status condition if the restore failed in new phase

size/M

- ref to: https://github.com/apecloud/kubeblocks/pull/7352 Case two cases: 1. upgrade KB from previous version to 0.8.3 --> upgrade success 2. install KB 083 with values specifying: - replicas - kb lables...

kind/enhancement
test

**Describe the bug** ``` kbcli version Kubernetes: v1.27.11-gke.1062003 KubeBlocks: 0.8.3-beta.20 kbcli: 0.8.3-beta.17 ``` **To Reproduce** Steps to reproduce the behavior: 1. create cluster ``` kbcli cluster create asmysql-jnkrqy --termination-policy=Delete --monitoring-interval=0...

kind/bug
severity/critical
severity/major

Reuse SchedulingPolicy struct for the scheduling policy definition of InstanceTemplate Fixed #7291

area/user-interaction
approved
size/XXL