Merge pull request #397 from rancher/donnyyu-patch-1

Update logging.md
This commit is contained in:
Marty Hernandez Avedon
2023-02-02 16:41:57 -05:00
committed by GitHub
@@ -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>
```