From 1480a3b8a28b15920a2ffbecbf382376a1ebce80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20Anh=20Duy?= Date: Mon, 29 Jul 2019 13:09:51 +0800 Subject: [PATCH] Add outlier check column in proxy config command (#4080) --- content/docs/ops/traffic-management/proxy-cmd/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/ops/traffic-management/proxy-cmd/index.md b/content/docs/ops/traffic-management/proxy-cmd/index.md index a7e9434a28..783df7daa0 100644 --- a/content/docs/ops/traffic-management/proxy-cmd/index.md +++ b/content/docs/ops/traffic-management/proxy-cmd/index.md @@ -287,10 +287,10 @@ one route that matches on everything. This route tells Envoy to send the request {{< text bash json >}} $ istioctl proxy-config endpoints productpage-v1-6c886ff494-7vxhs --cluster "outbound|9080||reviews.default.svc.cluster.local" - ENDPOINT STATUS CLUSTER - 172.17.0.17:9080 HEALTHY outbound|9080||reviews.default.svc.cluster.local - 172.17.0.18:9080 HEALTHY outbound|9080||reviews.default.svc.cluster.local - 172.17.0.5:9080 HEALTHY outbound|9080||reviews.default.svc.cluster.local + ENDPOINT STATUS OUTLIER CHECK CLUSTER + 172.17.0.17:9080 HEALTHY OK outbound|9080||reviews.default.svc.cluster.local + 172.17.0.18:9080 HEALTHY OK outbound|9080||reviews.default.svc.cluster.local + 172.17.0.5:9080 HEALTHY OK outbound|9080||reviews.default.svc.cluster.local {{< /text >}} ## Inspecting Bootstrap configuration