offline-kubernetes-install/kubeadm/install.sh

8 lines
127 B
Bash
Raw Normal View History

2023-04-26 19:57:49 +08:00
#!/bin/bash
2023-09-12 17:28:07 +08:00
set -euo pipefail
2023-04-26 19:57:49 +08:00
yum install -y ./*.rpm
ls *.tar | xargs -I {} docker load -i {}
systemctl enable --now kubelet