first round of faq docs for traffic management task (#550)

This commit is contained in:
GregHanson 2017-09-27 16:09:12 -05:00 committed by Shriram Rajagopalan
parent afb26d2deb
commit 0475b8cd69
1 changed files with 14 additions and 0 deletions

View File

@ -9,3 +9,17 @@ type: markdown
---
{% include home.html %}
* How can I view the current rules I have configured with Istio?
Rules can be viewed using `istioctl get routerules -o yaml` or `kubectl get routerules -o yaml`.
* I created a weighted Route Rule to split traffic between two versions of a service but I am not seeing
the expected behavior.
For the current Envoy sidecar implementation, up to 100 requests may be required for the desired
distribution to be observed.
* How come some of my services are unreachable after creating Route Rules?
This is an known issue with the current Envoy sidecar implementation. After two seconds of creating the
rule, services should become available.