added cleanup section of an observability task (#14287)

* added cleanup section of an observability task

* fixed the lint error
This commit is contained in:
visheshtha 2023-12-07 17:43:26 +05:30 committed by GitHub
parent 2cf633647d
commit 417398df6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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 >}}