A user wants to be able to claim multiple clusters from the Kubernaut CLI or Kubernaut API.
From the CLI this should be doable with the existing kubernaut claim command. The command should be enhanced with a --name flag that supports a textual name.
From the API this should be exposed via an incoming HTTP request using a JSON body that acts as configuration for the service.
A user wants to be able to claim multiple clusters from the Kubernaut CLI or Kubernaut API.
From the CLI this should be doable with the existing
kubernaut claim
command. The command should be enhanced with a--name
flag that supports a textual name.From the API this should be exposed via an incoming HTTP request using a JSON body that acts as configuration for the service.