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
1.75k stars 154 forks source link

[Features] support hostNetwork for redis and redis cluster #7556

Open Y-Rookie opened 2 weeks ago

Y-Rookie commented 2 weeks ago

What is the user interaction of your feature A concise description of user interactions or user stories of your feature request

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 [...]

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

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.

weicao commented 2 weeks ago

Is this a change only for the addon? Does it require extending the controller or API?

Y-Rookie commented 2 weeks ago

Is this a change only for the addon? Does it require extending the controller or API?

It might not be just the modification of the addon; the functionality of the controller needs to be extended as well. For example, as mentioned last time, the functionality to obtain the host IP of other components is required.