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.
feature: https://kubeblocks.io/docs/release-0.9/api_docs/maintenance/in-place-update/ignore-vertical-scale turn on InPlacePodVerticalScaling for both K8s and KB and add tests to our regression pipline. > this feature will go beta in K8s 1.32 as mentioned in the...
When featuregate InPlacePodVerticalScaling is set to TRUE, check values of relevants fields: - status.containerStatuses.allocatedResources - status.resize Not all resize changes made will be allocated.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. install kbcli ``` curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s...
**Describe the bug** ``` Kubernetes: v1.29.7-gke.1274000 KubeBlocks: 0.9.1-beta.25/29 kbcli: 0.9.1-beta.10 ``` **To Reproduce** Steps to reproduce the behavior: 1. create apecloud-pg cluster with --termination-policy=Delete `kbcli cluster create apepg-qbygyg --termination-policy=Delete --cluster-definition=apecloud-postgresql...