diff --git a/docs/pages-for-subheaders/logging.md b/docs/pages-for-subheaders/logging.md index 480933c2ea3..e604eda8527 100644 --- a/docs/pages-for-subheaders/logging.md +++ b/docs/pages-for-subheaders/logging.md @@ -109,6 +109,6 @@ Now that we have the `` 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 -kubectl delete projectloggings.management.cattle.io -n +kubectl delete crd clusterloggings.management.cattle.io -n +kubectl delete crd projectloggings.management.cattle.io -n ```