mirror of https://github.com/k3s-io/k3s
Add back NodeRestriction
It has been removed as a part of #764 for no obvious reasons. Fix #791pull/793/head
parent
4a5360eadd
commit
9cf80eacd9
|
@ -178,6 +178,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