summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/container-runtime-interface.md3
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.