mirror of https://github.com/istio/istio.io.git
Add a warning about using sudo for a TCP sample (#3583)
* Add a tip about prefixing with sudo for TCP sample This adds a note about using sudo while running the TCP Traffic Shifting sample on certain platforms. Signed-off-by: Venil Noronha <veniln@vmware.com> * Switch from a tip to a warning This updates the help text to a warning. Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit is contained in:
parent
77eb642baf
commit
2c822d55d4
|
@ -86,6 +86,10 @@ the [Bookinfo](/docs/examples/bookinfo/#determining-the-ingress-ip-and-port) doc
|
|||
one Mon Nov 12 23:25:19 UTC 2018
|
||||
{{< /text >}}
|
||||
|
||||
{{< warning >}}
|
||||
The `docker` command may require using `sudo` depending on your Docker installation.
|
||||
{{< /warning >}}
|
||||
|
||||
You should notice that all the timestamps have a prefix of _one_, which means that all traffic
|
||||
was routed to the `v1` version of the `tcp-echo` service.
|
||||
|
||||
|
@ -144,6 +148,10 @@ was routed to the `v1` version of the `tcp-echo` service.
|
|||
one Mon Nov 12 23:39:07 UTC 2018
|
||||
{{< /text >}}
|
||||
|
||||
{{< warning >}}
|
||||
The `docker` command may require using `sudo` depending on your Docker installation.
|
||||
{{< /warning >}}
|
||||
|
||||
You should now notice that about 20% of the timestamps have a prefix of _two_, which means that
|
||||
80% of the TCP traffic was routed to the `v1` version of the `tcp-echo` service, while 20% was
|
||||
routed to `v2`.
|
||||
|
|
Loading…
Reference in New Issue