From 43e099d438d2a6a5c7c1be7b2166ca6f6e17a5b4 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 6 Dec 2025 09:54:04 +0200 Subject: [PATCH] md: node affinities handle 5mins --- proxmox/admin_scripts/broadcast_reboot.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/proxmox/admin_scripts/broadcast_reboot.sh b/proxmox/admin_scripts/broadcast_reboot.sh index 63a8c4c..3865f18 100755 --- a/proxmox/admin_scripts/broadcast_reboot.sh +++ b/proxmox/admin_scripts/broadcast_reboot.sh @@ -1,7 +1,8 @@ #!/bin/bash source /root/telegram.env -tgmsg 'booted; Check nomigrate Start' +tgmsg 'booted; disable maintenance mode, check `nomigrate` started' -sleep 300 # nonmigrate kube minimum uptime to take an another node offline -tgmsg "$(uptime -p)" +# handled by Node affinities +#sleep 300 # nonmigrate kube minimum uptime to take an another node offline +#tgmsg "$(uptime -p)"