mirror of https://github.com/k3s-io/k3s
commit
36ca606073
|
@ -179,6 +179,7 @@ func apiServer(ctx context.Context, cfg *config.Control, runtime *config.Control
|
||||||
argsMap["requestheader-group-headers"] = "X-Remote-Group"
|
argsMap["requestheader-group-headers"] = "X-Remote-Group"
|
||||||
argsMap["requestheader-username-headers"] = "X-Remote-User"
|
argsMap["requestheader-username-headers"] = "X-Remote-User"
|
||||||
argsMap["client-ca-file"] = runtime.ClientCA
|
argsMap["client-ca-file"] = runtime.ClientCA
|
||||||
|
argsMap["enable-admission-plugins"] = "NodeRestriction"
|
||||||
argsMap["anonymous-auth"] = "false"
|
argsMap["anonymous-auth"] = "false"
|
||||||
|
|
||||||
args := config.GetArgsList(argsMap, cfg.ExtraAPIArgs)
|
args := config.GetArgsList(argsMap, cfg.ExtraAPIArgs)
|
||||||
|
|
Loading…
Reference in New Issue