From c14e5c2c43d8726caa49db1ef2a5c126f93d8d5c Mon Sep 17 00:00:00 2001 From: bryfry Date: Sun, 30 Jan 2022 03:41:39 +0000 Subject: [PATCH] correct references to service-account-signing-key-file flag --- .../reference/command-line-tools-reference/kube-apiserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/kube-apiserver.md b/content/en/docs/reference/command-line-tools-reference/kube-apiserver.md index cf751f5d050..774c1efd0b8 100644 --- a/content/en/docs/reference/command-line-tools-reference/kube-apiserver.md +++ b/content/en/docs/reference/command-line-tools-reference/kube-apiserver.md @@ -946,7 +946,7 @@ kube-apiserver [flags] --service-account-key-file strings -

File containing PEM-encoded x509 RSA or ECDSA private or public keys, used to verify ServiceAccount tokens. The specified file can contain multiple keys, and the flag can be specified multiple times with different files. If unspecified, --tls-private-key-file is used. Must be specified when --service-account-signing-key is provided

+

File containing PEM-encoded x509 RSA or ECDSA private or public keys, used to verify ServiceAccount tokens. The specified file can contain multiple keys, and the flag can be specified multiple times with different files. If unspecified, --tls-private-key-file is used. Must be specified when --service-account-signing-key-file is provided