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.
➜ ~ kbcli version Kubernetes: v1.27.8-gke.1067004 KubeBlocks: 0.9.0-beta.0 kbcli: 0.9.0-beta.0 ``` `kbcli cluster create foxlake-gysryw --termination-policy=DoNotTerminate --monitoring-interval=0 --cluster-definition=foxlake --enable-all-logs=false --cluster-version=foxlake-0.2.0 --set cpu=500m,memory=2Gi,replicas=3,storage=20Gi --namespace default ` Cluster foxlake-gysryw created ➜ ~...
Is your improvement request related to a problem? Please describe. 1. create cluster with cmpd ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: mysql-qszwbj namespace: default spec: componentSpecs: - componentDef: apecloud-mysql...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. create cluster ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name:...
```bash kubectl rollout pause --help Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently...
**Describe the bug** Instability reappears in minikube. **To Reproduce** Steps to reproduce the behavior: 1. create cluster ``` kubectl apply -f -
**Describe the bug** **Error: failed to generate container "6ed13e4ae34749b117f8ddd25923ff47f09139f56ec68306976651d8014b3b5d" spec: failed to generate spec: failed to mkdir "/root/.kube/config": mkdir /root/.kube: read-only file system** **To Reproduce** Steps to reproduce the behavior:...
kbcli version Kubernetes: v1.28.7-gke.1026000 KubeBlocks: 0.9.0-beta.17 kbcli: 0.9.0-beta.4 ``` # Enable oceanbase helm upgrade -i oceanbase-ce kubeblocks-addons/oceanbase-ce --version 0.9.0 -n kb-system ``` create cluster kubectl apply -f cluster-repl.yaml ``` apiVersion:...
➜ ~ kbcli version Kubernetes: v1.27.8-gke.1067004 KubeBlocks: 0.9.0-beta.5 kbcli: 0.9.0-beta.1 ``` # Add Helm repo helm repo add kubeblocks-addons https://apecloud.github.io/helm-charts # If github is not accessible or very slow for...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. install addon ``` helm install doris addons/doris ``` 2....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. create cluster ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name:...