Files
ansible/proxmox/admin_scripts/broadcast_reboot.sh

9 lines
235 B
Bash
Executable File

#!/bin/bash
source /root/telegram.env
tgmsg 'booted; disable maintenance mode, check `nomigrate` started'
# handled by Node affinities
#sleep 300 # nonmigrate kube minimum uptime to take an another node offline
#tgmsg "$(uptime -p)"