k8s 遇到的错误

一、用kubeadm init时报crypto/rand: blocked for 60 seconds waiting to read random data from the kerneldom

解决方法:
yum install rng-tools -y
systemctl start rngd;systemctl enable rngdide

相关文章
相关标签/搜索