初始化kubeadm问题
来源:4-7 初始化Kubernetes Master

weibo_留下的四糸乃_0
2022-06-10
老师,这个命令执行后卡住。
kubeadm init --kubernetes-version=1.19.3 \
--apiserver-advertise-address=192.168.108.130 \
--image-repository registry.aliyuncs.com/google_containers \
--service-cidr=10.1.0.0/16 \
--pod-network-cidr=10.244.0.0/16
一直处在这个状态,没有下文了。
W0610 22:38:04.630551 29004 configset.go:348] WARNING: kubeadm cannot validate component configs for API groups [kubelet.config.k8s.io kubeproxy.config.k8s.io]
[init] Using Kubernetes version: v1.19.3
[preflight] Running pre-flight checks
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
写回答
1回答
-
清风
2022-06-11
你先执行镜像拉取
kubeadm config images pull
032022-06-14
相似问题