summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ju Hong <yjhong@google.com>2016-12-09 16:44:18 -0800
committerGitHub <noreply@github.com>2016-12-09 16:44:18 -0800
commit1713f56e908a87f28175dc57d644fcade9a9b498 (patch)
tree1aa9f91235ef2cab71c0a4fd28efb89afffffcab
parent0ad78c965b381d5e40915e1156f973c6b980f630 (diff)
parent109bfd75986f08615e8da882cf12fd38c2fb2f9f (diff)
Merge pull request #160 from timstclair/cri-guide
Add apiserver flag to CRI guide
-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.