Add missing webhook script files question to help page (#986)

This commit is contained in:
Jason Young 2018-02-13 16:59:06 -08:00 committed by Laurent Demailly
parent 2d8224628b
commit bcd11c26bf
1 changed files with 4 additions and 0 deletions

View File

@ -380,3 +380,7 @@ Make sure to tune these values for your specific deployment.
While the larger refresh interval will reduce CPU usage, updates caused by routing rules may cause a period
of HTTP 404s (upto 2x the refresh interval) until the Envoy sidecars get all relevant configuration.
## Kubernetes webhook setup script files are missing from 0.5 release package
NOTE: The 0.5.0 and 0.5.1 releases are missing scripts to provision webhook certificates. Download the missing files from [here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-create-signed-cert.sh) and [here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-patch-ca-bundle.sh). Subsqeuent releases (> 0.5.1) should include these missing files.