Skip to main content

replicated cluster addon

Manage cluster add-ons.

Synopsis

The 'cluster addon' command allows you to manage add-ons installed on a test cluster. Add-ons are additional components or services that can be installed and configured to enhance or extend the functionality of the cluster.

You can use various subcommands to create, list, remove, or check the status of add-ons on a cluster. This command is useful for adding databases, object storage, monitoring, security, or other specialized tools to your cluster environment.

Examples

# List all add-ons installed on a cluster
replicated cluster addon ls CLUSTER_ID

# Remove an add-on from a cluster
replicated cluster addon rm CLUSTER_ID --id ADDON_ID

# Create an object store bucket add-on for a cluster
replicated cluster addon create object-store CLUSTER_ID --bucket-prefix mybucket

# List add-ons with JSON output
replicated cluster addon ls CLUSTER_ID --output json

Options

  -h, --help   help for addon

Options inherited from parent commands

      --app string                The app slug or app id to use in all calls
--integration-test string Set to the name of the integration test to run
--log-api-calls string Log the API calls to the specified file
--token string The API token to use to access your app in the Vendor API

SEE ALSO

Auto generated by spf13/cobra on 22-Jan-2025