Closed miraclejzd closed 10 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: miraclejzd
:x: Zhida Jiang
Summary
Currently, users need to manually create Secret and FederatedCluster resources through YAML files to add member clusters, and this file-based approach is not very convenient. Thanks to the work in #202, the command-line tool admiralctl has taken shape. In this proposal, I am building upon this work by introducing a new subcommand, admiralctl join, corresponding to #260. With this command, users can add member clusters via the command line.
Motivation
With the command-line tool, users can conveniently add member clusters without the need to manually create Secret and FederatedCluster resources.
Proposal
Command line tool framework selection
Similar to #202, utilizing cobra as the framework for the command-line tool.
admiralctl join
subcommandReady
.Command design
admiralctl unjoin
subcommandCommand design