apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.08k stars 170 forks source link

[Features] make installation of addon optional #7922

Open starnop opened 2 months ago

starnop commented 2 months ago

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
  enable-all: true/false
  enable: # only enable the specified addons
  - xxx
  - xxx
  disable: # install all addons except the specified disabled addons
  - yyy
  - yyy

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Make installation of addon optional If this is a new feature, please describe the motivation and goals. A clear and concise description of why you want to happen, link the design doc if possible

It is optional which addons are installed when helm install is executed.

image

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

github-actions[bot] commented 1 month ago

This issue has been marked as stale because it has been open for 30 days with no activity