mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Promote sysctl annotations to fields # **What this PR does / why we need it**: Promoting experimental sysctl feature from annotations to API fields. **Special notes for your reviewer**: Following sysctl KEP: https://github.com/kubernetes/community/pull/2093 **Release note**: ```release-note The Sysctls experimental feature has been promoted to beta (enabled by default via the `Sysctls` feature flag). PodSecurityPolicy and Pod objects now have fields for specifying and controlling sysctls. Alpha sysctl annotations will be ignored by 1.11+ kubelets. All alpha sysctl annotations in existing deployments must be converted to API fields to be effective. ``` **TODO**: * [x] - Promote sysctl annotation in Pod spec * [x] - Promote sysctl annotation in PodSecuritySpec spec * [x] - Feature gate the sysctl * [x] - Promote from alpha to beta * [x] - docs PR - https://github.com/kubernetes/website/pull/8804 |
||
---|---|---|
.. | ||
BUILD | ||
apparmor.go | ||
autoscaling_utils.go | ||
configmap.go | ||
configmap_volume.go | ||
container_probe.go | ||
docker_containers.go | ||
downward_api.go | ||
downwardapi_volume.go | ||
empty_dir.go | ||
events.go | ||
expansion.go | ||
host_path.go | ||
init_container.go | ||
kubelet_etc_hosts.go | ||
networking.go | ||
pods.go | ||
privileged.go | ||
projected.go | ||
secrets.go | ||
secrets_volume.go | ||
sysctl.go | ||
util.go | ||
volumes.go |