offline-kubernetes-install/keepalived/install.sh

5 lines
87 B
Bash
Raw Normal View History

2023-04-28 14:17:28 +08:00
#!/bin/bash
2023-09-12 17:28:07 +08:00
set -euo pipefail
2023-04-28 14:17:28 +08:00
yum install -y ./*.rpm
systemctl enable --now keepalived