Skip to content
Snippets Groups Projects
Commit 8256e8da authored by kaiyou's avatar kaiyou
Browse files

Improve kubelet default config

parent 95f1118c
No related branches found
No related tags found
No related merge requests found
...@@ -339,6 +339,10 @@ clusterDomain: "cluster.local" ...@@ -339,6 +339,10 @@ clusterDomain: "cluster.local"
imageMinimumGCAge: "120h" imageMinimumGCAge: "120h"
resolvConf: "/etc/resolv.conf" resolvConf: "/etc/resolv.conf"
cgroupDriver: cgroupfs cgroupDriver: cgroupfs
makeIPTablesUtilChains: false
protectKernelDefaults: true
enableProfilingHandler: false
enableDebugFlagsHandler: false
runtimeRequestTimeout: "15m" runtimeRequestTimeout: "15m"
tlsCertFile: "{{.TLSCert}}" tlsCertFile: "{{.TLSCert}}"
tlsPrivateKeyFile: "{{.TLSKey}}" tlsPrivateKeyFile: "{{.TLSKey}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment