k3s/test/e2e/common
Kubernetes Submit Queue b6f75ac30e
Merge pull request #63717 from ingvagabund/promote-sysctl-annotations-to-fields
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
2018-06-06 00:47:36 -07:00
..
BUILD Run make update 2018-06-06 00:12:40 +02:00
apparmor.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
autoscaling_utils.go Remove kubectl reapers 2018-05-25 22:18:05 +02:00
configmap.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
configmap_volume.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
container_probe.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
docker_containers.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
downward_api.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
downwardapi_volume.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
empty_dir.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
events.go
expansion.go Remove event handler to satisfy alpha tests 2018-06-04 16:11:28 +01:00
host_path.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
init_container.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
kubelet_etc_hosts.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
networking.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
pods.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
privileged.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
projected.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
secrets.go test/e2e/common: add NodeConformance tag to all Conformance tests 2018-05-21 18:09:33 -07:00
secrets_volume.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
sysctl.go Promote sysctl annotations to API fields 2018-06-05 23:17:00 +02:00
util.go Fix restart nodes tests for Regional Clusters 2018-04-09 12:28:00 +02:00
volumes.go