75a33b2650
The command "kubeadm kubeconfig user" is missing some examples and more details on why it is needed. - Add a new section "Generating kubeconfig files for additional users" under the kubeadm-certs page. - Link to this section from the kubeadm-kubeconfig reference page. - Link to this section from the create-cluster-kubeadm page.
24 lines
748 B
Markdown
24 lines
748 B
Markdown
---
|
|
title: kubeadm kubeconfig
|
|
content_type: concept
|
|
weight: 90
|
|
---
|
|
|
|
`kubeadm kubeconfig` provides utilities for managing kubeconfig files.
|
|
|
|
For examples on how to use `kubeadm kubeconfig user` see
|
|
[Generating kubeconfig files for additional users](/docs/tasks/administer-cluster/kubeadm/kubeadm-certs#kubeconfig-additional-users).
|
|
|
|
## kubeadm kubeconfig {#cmd-kubeconfig}
|
|
|
|
{{< tabs name="tab-kubeconfig" >}}
|
|
{{< tab name="overview" include="generated/kubeadm_kubeconfig.md" />}}
|
|
{{< /tabs >}}
|
|
|
|
## kubeadm kubeconfig user {#cmd-kubeconfig-user}
|
|
|
|
This command can be used to output a kubeconfig file for an additional user.
|
|
|
|
{{< tabs name="tab-kubeconfig-user" >}}
|
|
{{< tab name="user" include="generated/kubeadm_kubeconfig_user.md" />}}
|
|
{{< /tabs >}} |