Fix docs for authentication: s/errors/error

pull/45649/head
Anish Ramasekar 2024-03-24 09:56:05 -07:00 committed by GitHub
parent 864ac8bec6
commit 3ef1d0bb84
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 >}}