From 417398df6dcd9da9ab1fc9fd655a52fb0316880c Mon Sep 17 00:00:00 2001 From: visheshtha <109064264+visheshtha@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:43:26 +0530 Subject: [PATCH] added cleanup section of an observability task (#14287) * added cleanup section of an observability task * fixed the lint error --- .../tasks/observability/metrics/classify-metrics/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/tasks/observability/metrics/classify-metrics/index.md b/content/en/docs/tasks/observability/metrics/classify-metrics/index.md index 191f1036b6..f44f08602a 100644 --- a/content/en/docs/tasks/observability/metrics/classify-metrics/index.md +++ b/content/en/docs/tasks/observability/metrics/classify-metrics/index.md @@ -186,3 +186,11 @@ Additionally, ensure that there are no Envoy proxy crashes by looking for signs {{< text bash >}} $ kubectl get pods pod-name {{< /text >}} + +## Cleanup + +Remove the yaml configuration file. + +{{< text bash >}} +$ kubectl -n istio-system delete -f attribute_gen_service.yaml +{{< /text >}}