kubeblocks icon indicating copy to clipboard operation
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.

Results 269 kubeblocks issues
Sort by recently updated
recently updated
newest added

**support cluster pause and resume** - Fixes #6969 - Pause Cluster, Component, and InstanSet Annotate the cluster, cascade pause Components (by annotating) and InstanceSets (reuse the Paused field), after pausing,...

area/user-interaction
size/L
pre-approve

**Describe the bug** When I use a PostgreSQL cluster that created by `kbcli`, its audit log is on. Execute a large dump sql(11MB), the audit logs grew rapidly and eventually...

kind/bug
Stale

this func should be refactored out: https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/plan/tls_utils.go#L110

kind/enhancement
good first issue
kbse

**What is the user interaction of your feature** 1, A fake workflow only used for display and debugging 2, The workflow may be with branches and looks like a graph...

kind/feature
Stale
area/user-interaction
feature
documentation

**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:...

kind/bug

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies
size/S

**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:...

kind/bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: When deploying addon minio on kb-1.0.0-alpha.1, see error ``` helm...

kind/bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: When deploying the addon polardbx on kb-1.0.0-alpha.1, see error release...

kind/bug
Stale

**Is your improvement request related to a problem? Please describe.** The methods in `sets`, such as `sets.NewString()`, have been deprecated, and we should use the generic Set as a replacement....

kind/enhancement