diff options
| author | Tim St. Clair <stclair@google.com> | 2016-12-09 19:13:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 19:13:36 -0500 |
| commit | 109bfd75986f08615e8da882cf12fd38c2fb2f9f (patch) | |
| tree | 1aa9f91235ef2cab71c0a4fd28efb89afffffcab | |
| parent | 0ad78c965b381d5e40915e1156f973c6b980f630 (diff) | |
Add apiserver flag to CRI guide
Add required `--feature-gates=StreamingProxyRedirects=true`
| -rw-r--r-- | contributors/devel/container-runtime-interface.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md index 1993cfc5..564d51f3 100644 --- a/contributors/devel/container-runtime-interface.md +++ b/contributors/devel/container-runtime-interface.md @@ -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. |
