KubeKey has the addon design and it allows users to install any addons before or after installation. As I know, there are also some common addons in KubeSphere/Kubernetes. Is it possible to provide the addon management capability to KubeKey. It would be much more developer-friendly if this feature could be achieved like minikube below. See minikube documentation for details.
My expectation: It has a similar user experience to minikube. We could use kk command line to manage the addon lifecycle. See minikube documentation for details.
Your current KubeKey version
2.0.0
Describe this feature
KubeKey has the addon design and it allows users to install any addons before or after installation. As I know, there are also some common addons in KubeSphere/Kubernetes. Is it possible to provide the addon management capability to KubeKey. It would be much more developer-friendly if this feature could be achieved like minikube below. See minikube documentation for details.
Describe the solution you'd like
My expectation: It has a similar user experience to minikube. We could use
kk
command line to manage the addon lifecycle. See minikube documentation for details.Additional information
No response