From 731eb0ef9f6d6937a9213da118c50306b48877f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 14 Oct 2025 09:54:00 +0200 Subject: [PATCH] :book: Introduction to "Generating a Kubeconfig with your own CA" --- docs/book/src/tasks/certs/generate-kubeconfig.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book/src/tasks/certs/generate-kubeconfig.md b/docs/book/src/tasks/certs/generate-kubeconfig.md index b9e9714a644b..3df1cb01261f 100644 --- a/docs/book/src/tasks/certs/generate-kubeconfig.md +++ b/docs/book/src/tasks/certs/generate-kubeconfig.md @@ -1,5 +1,8 @@ ## Generating a Kubeconfig with your own CA +This guide applies when you are [using custom certificates](using-custom-certificates.md) for a +Cluster API workload cluster, rather than relying on automatically generated certificates. + 1. Create a new Certificate Signing Request (CSR) for the `admin` user with the `system:masters` Kubernetes role, or specify any other role under O. ```bash