fix(kured): 修復 CrashLoopBackOff - 新增 ds-namespace/ds-name 參數

問題: Kured 預設在 kube-system 尋找 DaemonSet
修復: 新增 --ds-namespace=kured --ds-name=kured

驗證: 2/2 pods Running

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-28 22:53:21 +08:00
parent c76a10ad6e
commit bcbb386ee4

View File

@@ -117,6 +117,9 @@ spec:
command:
- /usr/bin/kured
- --reboot-sentinel=/var/run/reboot-required
# DaemonSet 位置 (修復 CrashLoopBackOff)
- --ds-namespace=kured
- --ds-name=kured
# 維護窗口: 02:00-04:00 台北時間 (UTC+8)
- --start-time=02:00
- --end-time=04:00