Apply PR #397 changes to current (2.7) docs

This commit is contained in:
Billy Tat
2023-02-08 16:35:48 -08:00
parent 8eb7d11f88
commit 07fcbfcd82
+2 -2
View File
@@ -109,6 +109,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>
```