keps/sig-node/2033-kubelet-in-userns-aka-rootless/kep.yaml (31 lines of code) (raw):
title: Rootless mode
kep-number: 2033
authors:
- "@AkihiroSuda"
owning-sig: sig-node
status: implementable
creation-date: 2019-06-04
reviewers:
- "@derekwaynecarr"
- "@dchen1107"
- "@mattjmcnaughton"
- "@giuseppe"
- "@ehashman"
- "@mrunalp"
- "@dims"
- "@sftim"
approvers:
- TBD
see-also:
# `add KEP for cgroups v2 support`
- "https://github.com/kubernetes/enhancements/pull/1370"
replaces:
# `KEP: New cgroup driver: "none" (for Rootless)`
- "https://github.com/kubernetes/enhancements/pull/1084"
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.22"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.22"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: KubeletInUserNamespace
components:
- kubelet
disable-supported: true