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
Describe the bug:
Cannot set --authorization-config apiserver arg due to hardcoded --authorization-mode flag
Steps To Reproduce:
Start k3s with --kube-apiserver-arg=authorization-config=/path/to/config
Note that apiserver exits with error as authorization-mode and authorization-config flag cannot both be set, and authorization-mode flag cannot be removed from default args.
Expected behavior:
No conflicting flags
Actual behavior:
conflicting flags:
ERRO[0000] apiserver exited: --authorization-config can not be specified when --authorization-mode or --authorization-webhook-* flags are defined
Additional context / logs:
Internal ref: SURE-9991
The text was updated successfully, but these errors were encountered:
Environmental Info:
K3s Version:
v1.32.x
Node(s) CPU architecture, OS, and Version:
n/a
Cluster Configuration:
n/a
Describe the bug:
Cannot set
--authorization-config
apiserver arg due to hardcoded--authorization-mode
flagSteps To Reproduce:
--kube-apiserver-arg=authorization-config=/path/to/config
Expected behavior:
No conflicting flags
Actual behavior:
conflicting flags:
Additional context / logs:
The text was updated successfully, but these errors were encountered: