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.
**What is the user interaction of your feature** A concise description of user interactions or user stories of your feature request add configuration for helm values: ``` addons: disable-all: true/false...
**What is the user interaction of your feature** I wanna request for a feature for grouping image in componentVersion. In general componentVersion's yaml: ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: ComponentVersion metadata: name:...
**Describe the bug** A clear and concise description of what the bug is. ``` kbcli version Kubernetes: v1.28.11-gke.1019001 KubeBlocks: 1.0.0-alpha.1 kbcli: 1.0.0-alpha.0 ``` **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** ``` Kubernetes: v1.29.7-gke.1104000 KubeBlocks: 1.0.0-alpha.5 kbcli: 1.0.0-alpha.0 ``` **To Reproduce** Steps to reproduce the behavior: 1. Create cluster weaviate ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: weaviate-mqpwvk...
**Describe the bug** When performing an upgrade, if the user upgrades to a faulty image causing the Container to crash shortly thereafter, during this brief period (before the Container crashes),...
### version ``` kbcli version Kubernetes: v1.28.3-aliyun.1 KubeBlocks: 0.9.1-beta.13 kbcli: 0.9.0 ``` How to reproduce: 1. enable an addon on 2. create a cluster 3. disable the addon 4. delete...
**Describe the bug** A clear and concise description of what the bug is. ``` kbcli version Kubernetes: v1.29.7-gke.1104000 KubeBlocks: 1.0.0-alpha.5 kbcli: 1.0.0-alpha.0 ``` **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** The parameter "query_response_time_stats" exists in Percona MySQL and MariaDB, and doesn't exist in MySQL Community Edition. However, change the parameter is allowed ``` s$ kbcli cluster configure...
**Describe the bug** A clear and concise description of what the bug is. ``` kbcli version Kubernetes: v1.29.6-gke.1326000 KubeBlocks: 1.0.0-alpha.4 kbcli: 1.0.0-alpha.0 ``` **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** As the [k8s doc](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field) said, pod DNS can be the structure of FQDN like `hostName+serviceName+namespace+clusterDomain`. And in KB implementation, the service of instanceset is "headless service", pod...