From 5895fea3806541b488229b4e053c13caaf5197d3 Mon Sep 17 00:00:00 2001 From: Pavel K Date: Wed, 23 Aug 2023 23:41:54 +0200 Subject: [PATCH] Fixed typo in top header for convert-kubeconfig documentation (#323) --- docs/book/src/cli/convert-kubeconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/cli/convert-kubeconfig.md b/docs/book/src/cli/convert-kubeconfig.md index b0409092..816974f3 100644 --- a/docs/book/src/cli/convert-kubeconfig.md +++ b/docs/book/src/cli/convert-kubeconfig.md @@ -1,4 +1,4 @@ -# covert-kubeconfig +# convert-kubeconfig This subcommand converts kubeconfig to [Exec plugin](../concepts/exec-plugin.md) using `kubelogin get-token` with specified [login mode](../concepts/login-modes.md).