A subcommand to manage addons #865
Labels
Epic
kind/feature
Categorizes issue or PR as related to a new feature.
priority/normal
Not that urgent, but is important
sig/cluster-management
Denotes a PR or issue as being assigned to SIG Cluster Management.
What feature would you like to be added?
As KubeOne got support for addons (#782) , we might need to add "addon package manager" subcommand to make it easier to:
kubeone addons
subcommand should have at least 2 commands:kubeone addons list
— that will fetch from the addons index (TODO: where this will be?) a list of available addonskubeone addons get
— that will download the requested addon and place it into the addons directory (configured in KubeOne config).The addons index
One possible place can be
github.com/kubermatic/kubeone/{KUBEONE_VERSION}/addons/index.json
, as kubeone can detect own version and construct appropriate URL to the index JSON.What are use cases of the feature?
Greatly improve UX for the end user of KubeOne, and provide a facility to use/reuse different system software.
The text was updated successfully, but these errors were encountered: