Update logging.md

missing crd resource name in the kubectl delete command
This commit is contained in:
Donny Yu
2023-02-02 10:33:31 +11:00
committed by GitHub
parent 30992dd2a5
commit 702392cdd5
@@ -138,6 +138,6 @@ Now that we have the `<cluster-id>` namespace, we can delete the CRs that cause
*Warning:* ensure that logging, the version installed from the global view in the legacy Rancher UI, is not currently in use.
```bash
kubectl delete clusterloggings.management.cattle.io -n <cluster-id>
kubectl delete projectloggings.management.cattle.io -n <cluster-id>
kubectl delete crd clusterloggings.management.cattle.io -n <cluster-id>
kubectl delete crd projectloggings.management.cattle.io -n <cluster-id>
```