mirror of https://github.com/istio/istio.io.git
first round of faq docs for traffic management task (#550)
This commit is contained in:
parent
afb26d2deb
commit
0475b8cd69
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue