adc list

Definition

Lists deployed workloads with a normalized status column.

Usage

$ adc list [--namespace <namespace>] \
           [--all-namespaces] \
           [--product <product>] \
           [--kubeconfig <kubeconfig>] \
           [--operators]
Arguments
Parameter Description

-n, --namespace

Kubernetes namespace, resources from which will be listed. Either --namespace or --all-namespaces should be specified

-A, --all-namespaces

Specifies that resources across all the namespaces should be listed. Either --namespace or --all-namespaces should be specified

--product

Filters the output by product. Available values:

  • trino

  • impala

  • spark

  • kerberos

  • celeborn

  • yunikorn

By default, all products are included in the output

-k, --kubeconfig

Path to a kubeconfig file. The default value is $KUBECONFIG

--operators

Specifies that operators should be added to the output

Examples

Listing the deployed resources without operators:

$ adc list -A

Output:

NAME             NAMESPACE           PRODUCT    TYPE       STATUS    AGE
trino            trino               trino      WORKLOAD   Pending   23s

Listing the deployed resources with operators:

$ adc list -A --operators

Output:

NAME                            NAMESPACE           PRODUCT    TYPE       STATUS    AGE
trino                           trino               trino      WORKLOAD   Pending   53s
trino-operator-trino-operator   trino-operator      trino      OPERATOR   Running   16m
Found a mistake? Seleсt text and press Ctrl+Enter to report it