integration

Use the integration plug-in to get available integrations and their information from registry.

Usage

tanzu mission-control integration [command]

Commands

  create        Create an integration object
  delete        Delete an integration
  get           Get an integration
  list          List integrations
  options       Get available TMC-supported integrations and their information from registry
  update        Update (overwrite) an integration

create

Create an integration object.

Usage

tanzu mission-control integration create [flags]

Flags

  -f, --file string   Resource file from which to create an integration

delete

Delete an integration.

Usage

tanzu mission-control integration delete INTEGRATION_NAME [flags]

Flags

  -g, --cluster-group-name string        scope search to the specified clustergroup (only for cluster-group integrations, ignored otherwise)
  -c, --cluster-name string              Scope search to the specified cluster name (only for cluster integrations, ignored otherwise)
  -m, --management-cluster-name string   Scope search to the specified management cluster name (only for cluster integrations, ignored otherwise)
      --org                              Target organization integrations
  -p, --provisioner-name string          Scope search to the specified provisioner name (only for cluster integrations, ignored otherwise)
  -v, --verbosity int                    Log verbosity (0-4) (default 3)

Example

To delete an integration enabled at the org level:

tanzu mission-control integration delete INTEGRATION_NAME --org 

get

Get an integration.

Usage

tanzu mission-control integration get INTEGRATION_NAME [flags]

Flags

  -g, --cluster-group-name string        scope search to the specified clustergroup (only for cluster-group integrations, ignored otherwise)
  -c, --cluster-name string              Scope search to the specified cluster name (only for cluster integrations, ignored otherwise)
  -m, --management-cluster-name string   Scope search to the specified management cluster name (only for cluster integrations, ignored otherwise)
      --org                              Target organization integrations
  -o, --output string                    Output format (yaml|json) (default "yaml")
  -p, --provisioner-name string          Scope search to the specified provisioner name (only for cluster integrations, ignored otherwise)
  -v, --verbosity int                    Log verbosity (0-4) (default 3)

Example

To get an integration enabled on a specific cluster:

tanzu mission-control integration get INTEGRATION_NAME --cluster-name CLUSTER_NAME -m MANAGEMENT_CLUSTER_NAME -p PROVISIONER_NAME

list

List integrations.

Usage

tanzu mission-control integration list [flags]

Flags

      --cluster                          Target cluster integrations
      --cluster-group                    Target cluster-group integrations
  -g, --cluster-group-name string        scope search to the specified cluster-group (only for cluster-group integrations, ignored otherwise)
  -c, --cluster-name string              Scope search to the specified cluster name (only for cluster integrations, ignored otherwise)
  -m, --management-cluster-name string   Scope search to the specified management cluster name (only for cluster integrations, ignored otherwise)
      --max-size uint                    Number of records to return
      --name string                      Scope search to the specified name
      --offset uint                      Offset at which to start returning records
      --org                              Target organization integrations
  -o, --output string                    Output format (yaml|json)
  -p, --provisioner-name string          Scope search to the specified provisioner name (only for cluster integrations, ignored otherwise)
  -v, --verbosity int                    Log verbosity (0-4) (default 3)

Example

To list all integrations enabled for the default cluster group:

tanzu mission-control integration list --cluster-group --cluster-group-name default

options

Get available supported integrations and their information from registry.

Usage

tanzu mission-control integration options [command]

Commands

  get         Retrieve an integration object
  list        Return a list of integrations

Flags

  -v, --verbosity int   log verbosity (0-4) (default 3)

Example

To list available integrations:

tanzu mission-control integration options list

update

Update (overwrite) an integration.

Usage

tanzu mission-control integration update [flags]

Flags

  -f, --file string   Resource file from which to update the integration
check-circle-line exclamation-circle-line close-line
Scroll to top icon