Ziang Guo
Ziang Guo
**Describe the bug** Kubernetes: v1.28.7-gke.1026000 KubeBlocks: 0.9.0-beta.17 kbcli: 0.9.0-beta.4 WARNING: version difference between kbcli (0.9.0-beta.4) and kubeblocks (0.9.0-beta.17) ```bash kbcli cluster update esearch-iuhydm --termination-policy=WipeOut error: unable to update Cluster default/esearch-iuhydm:...
Is your improvement request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] If this is a...
```yaml apiVersion: apps.kubeblocks.io/v1alpha1 kind: ComponentDefinition metadata: annotations: meta.helm.sh/release-name: sr meta.helm.sh/release-namespace: default creationTimestamp: "2024-02-20T03:46:59Z" finalizers: - componentdefinition.kubeblocks.io/finalizer generation: 7 labels: app.kubernetes.io/instance: sr app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: starrocks app.kubernetes.io/version: 3.2.2 helm.sh/chart: starrocks-0.7.0 name:...
[Improvement] ComponentVersion needs to support managing image versions used by lifecycle actions.
Is your improvement request related to a problem? Please describe. ComponentVersion currently only supports managing image versions used by containers and init containers, and it also needs to support image...
**Description:** The `KB_POD_FQDN` environment variable, as described in the documentation, is supposed to represent the Fully Qualified Domain Name (FQDN) of the running Pod. However, the current value of `KB_POD_FQDN`...
**Describe the bug** When an OpsDefinition has an incorrect YAML multiline string marker `|` after a property in `parametersSchema.openAPIV3Schema.properties`, it causes three issues: 1. **JSON Schema parsing error but status...
#### Description We are using KubeBlocks to manage our StarRocks clusters, and we have encountered an issue where the Frontend (FE) nodes need to replay Write-Ahead Logs (WAL) after startup...
## 🧠 Summary `celery-worker` pods are being **OOMKilled** repeatedly due to excessive memory usage when loading data from very large PostgreSQL tables (`lightrag_vdb_relation` and `lightrag_vdb_entity`). --- ## 🐛 Problem Description...
### Description A critical issue has been identified where the `SearchTool` (which appears to use Bing search under the hood) behaves inconsistently between our local development environment (Hangzhou, Mainland China)...
## Current Behavior When a collection is deleted: 1. The collection is marked as DELETED in the database 2. A `collection_delete_task` is triggered asynchronously 3. The collection's quota is released...