You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
We want to deliver the --protect-kernel-defaults kubelet option, but are currently unable because we're building clusters without the expected kernel default settings. On a recently built 1.7 cluster:
kubelet.go:1323] Failed to start ContainerManager [Invalid kernel flag: vm/overcommit_memory, expected value: 1, actual value: 0, Invalid kernel flag: kernel/panic, expected value: 10, actual value: 0, Invalid kernel flag: kernel/panic_on_oops, expected value: 1, actual value: 0]
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We want to deliver the
--protect-kernel-defaults
kubelet option, but are currently unable because we're building clusters without the expected kernel default settings. On a recently built 1.7 cluster:The text was updated successfully, but these errors were encountered: