一、用kubeadm init时报crypto/rand: blocked for 60 seconds waiting to read random data from the kerneldom
解决方法:yum install rng-tools -ysystemctl start rngd;systemctl enable rngdide