mirror of https://github.com/istio/istio.io.git
fix typo in code-blocks (#14076)
Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
3c6797b521
commit
e8aee74b65
|
@ -165,7 +165,7 @@ $ kubectl -n istio-system logs $(kubectl -n istio-system get pods -l istio-mixer
|
|||
{{< /text >}}
|
||||
|
||||
Renders the commands with bash syntax highlighting and the output with the
|
||||
appropriate JASON syntax highlighting.
|
||||
appropriate JSON syntax highlighting.
|
||||
|
||||
{{< text bash json >}}
|
||||
$ kubectl -n istio-system logs $(kubectl -n istio-system get pods -l istio-mixer-type=telemetry -o jsonpath='{.items[0].metadata.name}') mixer | grep \"instance\":\"newlog.logentry.istio-system\"
|
||||
|
|
Loading…
Reference in New Issue