k3s/cluster/addons/runtimeclass
Ben Moss 34ac4d9ee9 Update deprecated links 2019-02-15 09:13:07 -05:00
..
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
README.md Update deprecated links 2019-02-15 09:13:07 -05:00
runtimeclass_crd.yaml Print additional columns for RuntimeClass CRD 2018-12-30 14:49:28 -08:00

README.md

RuntimeClass

RuntimeClass is an alpha feature for supporting multiple container runtimes within a cluster. When enabled, pods can select a RuntimeClass to run with using the PodSpec.RuntimeClassName field.

To enable RuntimeClass, set the feature gate RuntimeClass=true, and ensure the CRD defined in this directory is installed.

For more information, see: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md

Analytics