From 07fcbfcd824c5611ccc15db6e361d08c0fbe5b2f Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 8 Feb 2023 16:35:48 -0800 Subject: [PATCH] Apply PR #397 changes to current (2.7) docs --- docs/pages-for-subheaders/logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```