mirror of https://github.com/istio/istio.io.git
added cleanup section of an observability task (#14287)
* added cleanup section of an observability task * fixed the lint error
This commit is contained in:
parent
2cf633647d
commit
417398df6d
|
@ -186,3 +186,11 @@ Additionally, ensure that there are no Envoy proxy crashes by looking for signs
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ kubectl get pods pod-name
|
$ kubectl get pods pod-name
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
## Cleanup
|
||||||
|
|
||||||
|
Remove the yaml configuration file.
|
||||||
|
|
||||||
|
{{< text bash >}}
|
||||||
|
$ kubectl -n istio-system delete -f attribute_gen_service.yaml
|
||||||
|
{{< /text >}}
|
||||||
|
|
Loading…
Reference in New Issue