CLI plugin: telemetry
| Primarily used for: Tanzu Kubernetes Grid, Tanzu Application Platform
The tanzu telemetry
command group manages the status of VMware’s Customer Experience Improvement Program (CEIP). This command group includes the following commands:
When the tanzu telemetry status
and tanzu telemetry update
commands are used for Tanzu Kubernetes Grid with a standalone management cluster, run them against the management cluster. For more information, see Manage Participation in CEIP.
If your management cluster was created using Tanzu Kubernetes Grid v1.5 or earlier and has not been upgraded to Tanzu Kubernetes Grid v1.6 or later, use tanzu management-cluster ceip-participation to manage CEIP participation.
tanzu telemetry [COMMAND]
-h, --help
Help text.
Gets the current CEIP status.
tanzu telemetry status [FLAGS]
To get the current CEIP status:
tanzu telemetry status
-h, --help
Help text.
Activates and deactivates CEIP participation.
tanzu telemetry update [FLAGS]
To activate CEIP participation:
tanzu telemetry update --CEIP-opt-in
To deactivate CEIP participation:
tanzu telemetry update --CEIP-opt-out
To set your environment identifiers:
tanzu telemetry update --csp-org-id "test-organization" --entitlement-account-number "MY-EAN" --env-is-prod false
--CEIP-opt-in
Activates CEIP participation.
--CEIP-opt-out
Deactivates CEIP participation.
--csp-org-id
Sets a cluster-wide CSP org ID. Empty string is equivalent to unsetting this value.
--entitlement-account-number
Sets a cluster-wide entitlement account number. Empty string is equivalent to unsetting this value.
--env-is-prod
Sets a cluster-wide value denoting whether the target is a production cluster or not. Supported values are true
and false
.
-h, --help
Help text.