Files
Lubomir I. Ivanov 75a33b2650 kubeadm: add missing guide for "kubeconfig user"
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.
2022-02-02 21:41:40 +02:00

748 B

title, content_type, weight
title content_type weight
kubeadm kubeconfig concept 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.

kubeadm kubeconfig

{{< tabs name="tab-kubeconfig" >}} {{< tab name="overview" include="generated/kubeadm_kubeconfig.md" />}} {{< /tabs >}}

kubeadm 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 >}}