Add apiserver flag to CRI guide
Add required `--feature-gates=StreamingProxyRedirects=true`
This commit is contained in:
parent
0ad78c965b
commit
109bfd7598
|
|
@ -33,6 +33,9 @@ pluggable container runtimes and build a healthier ecosystem.
|
||||||
`--container-runtime-endpoint` and `--image-service-endpoint`.
|
`--container-runtime-endpoint` and `--image-service-endpoint`.
|
||||||
- Enable CRI in kubelet by`--experimental-cri=true`.
|
- Enable CRI in kubelet by`--experimental-cri=true`.
|
||||||
- Use the "remote" runtime by `--container-runtime=remote`.
|
- 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
|
Please see the [Status Update](#status-update) section for known issues for
|
||||||
each release.
|
each release.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue