From 3ef1d0bb84634cf64e956c941fbb2d941c9f2aea Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Sun, 24 Mar 2024 09:56:05 -0700 Subject: [PATCH] Fix docs for authentication: s/errors/error --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 57c1863aa8..7e9dc38314 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -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 >}}