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

We need a `concept` page to introduce terms in Kubeblocks, e.g. K8S concepts https://kubernetes.io/docs/concepts/ The Concepts part helps you - learn about the KubeBlocks system, and - learn about the...

kind/enhancement
Stale
documentation

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.7.0-alpha.11 kbcli: 0.7.0-alpha.11 ``` `kbcli cluster create willow28-foxlake --termination-policy=WipeOut --monitoring-interval=0 --enable-all-logs=false --cluster-definition=foxlake --cluster-version=foxlake-0.2.0 --set cpu=100m,memory=0.5Gi,replicas=3,storage=1Gi --namespace default ` Cluster willow28-foxlake created k get...

kind/bug
bug
severity/minor

Is your improvement request related to a problem? Please describe. Add fuzz test for crd schema. Reference: https://pkg.go.dev/kmodules.xyz/crd-schema-fuzz

kind/enhancement
good first issue
test

``` kbcli version Kubernetes: v1.25.12-eks-2d98532 KubeBlocks: 0.7.0-alpha.13 kbcli: 0.7.0-alpha.13 ``` 1. install cv and cd ``` helm upgrade --install openldap deploy/openldap ``` 2. create cluster helm template openldap-cluster deploy/openldap-cluster ```...

kind/bug
Stale
bug

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.7.0-alpha.18 kbcli: 0.7.0-alpha.18 The ops status is always running, the pv size has changed but pvc size does not change ``` ➜ ~...

kind/bug
Stale
bug

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 kbcli: 0.7.0-alpha.19 After polardbx cluster is deleted and kubeblocks uninstalled, there is still polardbx configmaps leftover "polardbx-scripts " to stop kubeblocks installation, this need...

kind/bug
Stale
bug

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.6.3-beta.3 kbcli: 0.6.3-beta.3 When vscale cpu/memory limit exceed namespace quota, pods will be deleted, we should block the ops at the beginning when...

kind/bug
bug

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.7.0-beta.7 kbcli: 0.7.0-beta.7 1. elasticsearch ``` `kbcli cluster update esearch-rbbgat --enable-all-logs=true --namespace default ` error: failed to reconfigure log variables of target cluster:...

kind/bug
bug
severity/minor

➜ ~ kbcli version Kubernetes: v1.27.3-gke.100 KubeBlocks: 0.7.0-beta.7 kbcli: 0.7.0-beta.7 1. vllm ``` `kbcli cluster create vllm-mheaau --termination-policy=WipeOut --monitoring-interval=0 --enable-all-logs=false --cluster-definition=vllm --cluster-version=vllm-baichuan-13b --set cpu=500m,memory=1Gi,replicas=3,storage=20Gi --namespace default ` Cluster vllm-mheaau created...

kind/bug
bug
severity/minor

``` kbcli version Kubernetes: v1.25.14-eks-f8587cb KubeBlocks: 0.7.0-beta.10 kbcli: 0.7.0-beta.10 ``` ``` k get backup NAME POLICY METHOD REPO STATUS TOTAL-SIZE DURATION CREATION-TIME COMPLETION-TIME EXPIRATION-TIME backup-mysql-cluster mysql-cluster-mysql-backup-policy xtrabackup my-repo Completed 4435229...

kind/enhancement