mirror of https://github.com/k3s-io/k3s.git
Fix windows kubelet flags
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/12144/head
parent
891be5751e
commit
5e851c8d04
|
@ -54,6 +54,8 @@ func kubeletArgs(cfg *config.Agent) map[string]string {
|
|||
"fail-swap-on": "false",
|
||||
"authentication-token-webhook": "true",
|
||||
"anonymous-auth": "false",
|
||||
"cgroups-per-qos": "false",
|
||||
"enforce-node-allocatable": "",
|
||||
"authorization-mode": modes.ModeWebhook,
|
||||
}
|
||||
if cfg.PodManifests != "" && argsMap["pod-manifest-path"] == "" {
|
||||
|
|
Loading…
Reference in New Issue