kubernetes/cmd/kubelet/app/options
Michael Taufen 771b850039 change deprecated Kubelet --allow-privileged flag default to true
This enables a smooth transition to PSP. Today, users would have to
manually set --allow-privileged to true before transitioning to PSP,
which isn't a smooth deprecation path for the flag (we want people
to *stop* setting it). This PR makes the default behavior isomorphic
with what will happen after the flag is removed.

Defaulting --allow-privileged to true should be safe, because it simply
allows a superset of Pods to run (all workloads continue to work).

WRT https://github.com/kubernetes/kubernetes/issues/58010#issuecomment-383264473
the --allow-privileged flag is effectively useless for security, so this
shouldn't be a concern from that perspective.

I also bumped the deprecation timeline in the comment to 1.13.0, so that
we give people the full period of time to stop setting
--allow-privileged, now that the behavior makes it possible to do so.
2018-05-04 09:51:51 -07:00
..
BUILD Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
container_runtime.go Use pause manifest image 2018-04-06 11:00:50 +05:30
globalflags_linux.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags_other.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags.go Add call to addCredentialProviderFlags 2018-01-31 16:10:46 +08:00
options_test.go Merge pull request #58367 from zhangxiaoyu-zidif/do-issue-41161 2018-01-29 06:47:08 -08:00
options.go change deprecated Kubelet --allow-privileged flag default to true 2018-05-04 09:51:51 -07:00
osflags_others.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
osflags_windows.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00