Information in this document may be out of date
This document has an older update date than the original, so the information it contains may be out of date. If you're able to read English, see the English version for the most up-to-date information:
为其他用户输出一个 kubeconfig 文件。
概要
为其他用户输出一个 kubeconfig 文件。
kubeadm kubeconfig user [flags]
示例
# 为一个名为 foo 的其他用户输出 kubeconfig 文件
kubeadm kubeconfig user --client-name=foo
# 使用 kubeadm 配置文件 bar 为另一个名为 foo 的用户输出 kubeconfig 文件
kubeadm alpha kubeconfig user --client-name=foo --config=bar
选项
--client-name string | |
用户名。如果生成客户端证书,则用作其 CN。 | |
--config string | |
指向 kubeadm 配置文件的路径。 | |
-h, --help | |
user 操作的帮助命令。 | |
--org strings | |
客户端证书的组织。如果创建客户端证书,此值将用作其 O 字段值。 | |
--token string | |
应该用此令牌做为 kubeconfig 的身份验证机制,而不是客户端证书。 | |
--validity-period duration Default: 8760h0m0s | |
客户证书的合法期限。所设置值为相对当前时间的偏移。 |
从父命令继承的选项
--rootfs string | |
[实验] 指向 '真实' 宿主机的根目录。 |
最后修改 October 26, 2023 at 5:34 PM PST: fix: delete deprecated command `kubeadm reset update-cluster-status` in docs. (0bcd213f9a)