Merge pull request #45649 from aramase/aramase/f/fix_s/errors/error

Fix docs for authentication: s/errors/error
pull/45159/head
Kubernetes Prow Robot 2024-03-24 20:31:16 -07:00 committed by GitHub
commit d665f924d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ argument to the kube-apiserver. An example of the structured authentication conf
{{< note >}}
If you specify `--authentication-config` along with any of the `--oidc-*` command line arguments, this is
a misconfiguration. In this situation, the API server reports an errors and then immediately exits.
a misconfiguration. In this situation, the API server reports an error and then immediately exits.
If you want to switch to using structured authentication configuration, you have to remove the `--oidc-*`
command line arguments, and use the configuration file instead.
{{< /note >}}