Skip to content

Commit 4091401

Browse files
authored
Merge pull request #12854 from guettli/tg/intro-for-generating-kubeconfig
📖 Introduction to "Generating a Kubeconfig with your own CA"
2 parents 7847c39 + 731eb0e commit 4091401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/book/src/tasks/certs/generate-kubeconfig.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Generating a Kubeconfig with your own CA
22

3+
This guide applies when you are [using custom certificates](using-custom-certificates.md) for a
4+
Cluster API workload cluster, rather than relying on automatically generated certificates.
5+
36
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.
47

58
```bash

0 commit comments

Comments
 (0)