Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to install addons by karmada init and add a subcmd to manage addons #1879

Closed
duanmengkk opened this issue May 25, 2022 · 3 comments
Closed
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@duanmengkk
Copy link
Member

duanmengkk commented May 25, 2022

What would you like to be added:
As talked in #1794 ,We need these features.

  1. Support to install addons by karmada init ,so users can choose to enable addons such as karmada-estimator ,karmada-search when using karmadactl init to deploy karmada .
  2. Add a subcmd karmada addons to manage the addons deployed by karmadactl init ,so users can choose to enable it or disable it when karmada control plane has been deployed

Why is this needed:

Similar as minikube.

$ minikube addons -h
addons modifies minikube addons files using subcommands like "minikube addons enable dashboard"

Available Commands:
  configure   Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For
a list of available addons use: minikube addons list
  disable     Disables the addon w/ADDON_NAME within minikube (example: minikube addons disable dashboard). For a list
of available addons use: minikube addons list
  enable      Enables the addon w/ADDON_NAME within minikube. For a list of available addons use: minikube addons list
  images      List image names the addon w/ADDON_NAME used. For a list of available addons use: minikube addons list
  list        Lists all available minikube addons as well as their current statuses (enabled/disabled)
  open        Opens the addon w/ADDON_NAME within minikube (example: minikube addons open dashboard). For a list of
available addons use: minikube addons list

Usage:
  minikube addons SUBCOMMAND [flags] [options]
@duanmengkk duanmengkk added the kind/feature Categorizes issue or PR as related to a new feature. label May 25, 2022
@duanmengkk
Copy link
Member Author

/assign @duanmengkk

@duanmengkk
Copy link
Member Author

/close

@karmada-bot
Copy link
Collaborator

@duanmengkk: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Development

No branches or pull requests

2 participants