Add apiserver flag to CRI guide

Add required `--feature-gates=StreamingProxyRedirects=true`
This commit is contained in:
Tim St. Clair 2016-12-09 19:13:36 -05:00 committed by GitHub
parent 0ad78c965b
commit 109bfd7598
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ pluggable container runtimes and build a healthier ecosystem.
`--container-runtime-endpoint` and `--image-service-endpoint`.
- Enable CRI in kubelet by`--experimental-cri=true`.
- Use the "remote" runtime by `--container-runtime=remote`.
3. Set apiserver flags
- Streaming proxy redirects is required for CRI exec/attach/port-forward requests:<br>
`--feature-gates=StreamingProxyRedirects=true`
Please see the [Status Update](#status-update) section for known issues for
each release.