There are no enabled repos.
Run “yum repolist all” to see the repos you have.
You can enable repos with yum-config-manager --enable
输入yum repolist all,返回repolist: 0
root@ubuntu:/home/ubuntu# yum repolist all
repolist: 0
原因ubuntu14.0 不支持yum下载按装机制,
将yum命令改为apt-get命令
sudo apt-get install kubelet kubeadm kubectl docker-ce -y