$ oc login --username=<your_username>
The steps for removing the Red Hat OpenShift distributed tracing platform (Tempo) from an OpenShift Container Platform cluster are as follows:
Shut down all distributed tracing platform (Tempo) pods.
Remove any TempoStack instances.
Remove the Tempo Operator.
You can remove a TempoStack instance in the Administrator view of the web console.
You are logged in to the OpenShift Container Platform web console as a cluster administrator with the cluster-admin
role.
For Red Hat OpenShift Dedicated, you must be logged in using an account with the dedicated-admin
role.
Go to Operators → Installed Operators → Tempo Operator → TempoStack.
To remove the TempoStack instance, select → Delete TempoStack → Delete.
Optional: Remove the Tempo Operator.
You can remove a TempoStack instance on the command line.
An active OpenShift CLI (oc
) session by a cluster administrator with the cluster-admin
role.
|
Get the name of the TempoStack instance by running the following command:
$ oc get deployments -n <project_of_tempostack_instance>
Remove the TempoStack instance by running the following command:
$ oc delete tempo <tempostack_instance_name> -n <project_of_tempostack_instance>
Optional: Remove the Tempo Operator.
Run the following command to verify that the TempoStack instance is not found in the output, which indicates its successful removal:
$ oc get deployments -n <project_of_tempostack_instance>