Fix missing timeout unit for istioctl experimental wait (#7792)

* add missing cleanup for vs nginx

* fix missing unit
This commit is contained in:
Navraj Singh Chhina 2020-07-27 12:05:10 -04:00 committed by GitHub
parent 54113c6864
commit 33cada47b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2986,7 +2986,7 @@ istioctl x version --xds-label istio.io/rev=default --xds-port 15010
istioctl experimental wait --for=distribution virtualservice bookinfo.default
# Wait until 99% of the proxies receive the distribution, timing out after 5 minutes
istioctl experimental wait --for=distribution --threshold=.99 --timeout=300 virtualservice bookinfo.default
istioctl experimental wait --for=distribution --threshold=.99 --timeout=300s virtualservice bookinfo.default
</code></pre>
<h2 id="istioctl-install">istioctl install</h2>