9.2. Uninstalling a metering namespace
Uninstall your metering namespace, for example the openshift-metering namespace, by removing the MeteringConfig resource and deleting the openshift-metering namespace.
Prerequisites
- The Metering Operator is removed from your cluster.
Procedure
Remove all resources created by the Metering Operator:
$ oc --namespace openshift-metering delete meteringconfig --allAfter the previous step is complete, verify that all pods in the
openshift-meteringnamespace are deleted or are reporting a terminating state:$ oc --namespace openshift-metering get podsDelete the
openshift-meteringnamespace:$ oc delete namespace openshift-metering