Add outlier check column in proxy config command (#4080)

This commit is contained in:
Võ Anh Duy 2019-07-29 13:09:51 +08:00 committed by mergify[bot]
parent 8c82025db3
commit 1480a3b8a2
1 changed files with 4 additions and 4 deletions

View File

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