一、kubeadm config 命令使用
kubeadm config 命令用于管理和查看 Kubernetes 集群的配置。以下是该命令的详细说明和使用方法:
root@k8s-master01:~# kubeadm config -h
Usage:
kubeadm config [flags]
kubeadm config [command]
Available Commands:
images Interact with container images used by kubeadm
migrate Read an older version of the kubeadm configuration API types from a file, and output the similar config object for the newer version
print Print configuration
validate Read a file containing the kubeadm configuration API and report any validation problems
可用子命令
images:与 kubeadm 使用的容器镜像进行交互。
migrate:读取文件中旧版本的 kubeadm 配置 API 类型,并输出新版本的相似配置对象。
print:打印配置。
validate:读取包含 kubeadm 配置 API 的文件,并报告任何验证问题
1、 kubeadm config images 命令使用
kubeadm config images 命令用于与 kubeadm 使用的容器镜像进行交互。具体来说,它可以列出 kubeadm 将使用的镜像,以及拉取这些镜像。以下是该命令的详细说明和使用方法:
命令概述
kubeadm confi

最低0.47元/天 解锁文章
3765

被折叠的 条评论
为什么被折叠?



