From 2307752581dd0dbb00445054bec778e20bc64841 Mon Sep 17 00:00:00 2001 From: YorK8s Date: Thu, 18 Jan 2024 14:10:33 +0100 Subject: [PATCH] Fixed header --- content/en/docs/03-tutorials/permanent-kubeconfig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/03-tutorials/permanent-kubeconfig.md b/content/en/docs/03-tutorials/permanent-kubeconfig.md index 84eebd2..6600cd0 100644 --- a/content/en/docs/03-tutorials/permanent-kubeconfig.md +++ b/content/en/docs/03-tutorials/permanent-kubeconfig.md @@ -6,6 +6,7 @@ date: 2024-01-18 --- # General +By default you can only download kubeconfigs with a maximum lifetime of 24h from the gardener Dashboard. With this guide you'll be able to create your own permanent kubeconfig for your cluster. ## Step 1: Create a service account The service account name will be the user name in Kubeconfig. Here we are creating the service account in the kube-system as I am creating a clusterRole. If you want to create a config to give namespace level limited access, create the service account in the required namespace.