cluster reinstall
Reinstalls a cluster based on the JSON template generated by the cb cluster
reinstall
command.
Required options
--name [$VALUE]
Cluster name
--cli-input-json [$VALUE]
User-provided file with JSON cluster skeleton
Options
--blueprint-name [$VALUE]
Name of the blueprint
--kerberos-password [$VALUE]
Kerberos password
--kerberos-principal [$VALUE]
Kerberos principal
--wait
Wait for the operation to finish. No argument is required
--output [$VALUE]
Supported formats: json, yaml, table (default: “json”) [$CB_OUT_FORMAT]
--server [$VALUE]
Cloudbreak server address [$CB_SERVER_ADDRESS]
--username [$VALUE]
Cloudbreak user name (e-mail address) [$CB_USER_NAME]
--password [$VALUE]
Cloudbreak password [$CB_PASSWORD]
--workspace [$VALUE]
Name of the workspace holding the resource
--profile [$VALUE]
Selects a config profile to use [$CB_PROFILE]
--auth-type [$VALUE]
Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]
Examples
Reinstalls the cluster called test1234 by using the cluster-skeleton JSON cluster template:
cb cluster reinstall --name test1234 --cli-input-json /Users/test/Documents/cluster-skeleton.JSON