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.
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...
➜ ~ 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...
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
``` 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 ```...
➜ ~ 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 ``` ➜ ~...
➜ ~ 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...
➜ ~ 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...
➜ ~ 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:...
➜ ~ 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...
``` 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...