mirror of https://github.com/istio/istio.io.git
Add missing webhook script files question to help page (#986)
This commit is contained in:
parent
2d8224628b
commit
bcd11c26bf
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue