We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7847c39 + 731eb0e commit 4091401Copy full SHA for 4091401
docs/book/src/tasks/certs/generate-kubeconfig.md
@@ -1,5 +1,8 @@
1
## Generating a Kubeconfig with your own CA
2
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
+
6
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.
7
8
```bash
0 commit comments