This website requires JavaScript.
Explore
Help
Register
Sign In
iuxt
/
offline-kubernetes-install
Watch
1
Star
0
Fork
0
You've already forked offline-kubernetes-install
Code
Issues
Pull Requests
Packages
Projects
Releases
10
Wiki
Activity
80497e8a1a
offline-kubernetes-install
/
keepalived
/
install.sh
5 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
增加keepalived离线安装包
2023-04-28 14:17:28 +08:00
#!/bin/bash
整理文件结构
2023-09-12 17:28:07 +08:00
set
-euo pipefail
增加keepalived离线安装包
2023-04-28 14:17:28 +08:00
yum install -y ./*.rpm
systemctl
enable
--now keepalived
Reference in New Issue
Copy Permalink