You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure DaemonSet mount pods tolerate node termination longer than application pods
- Add explicit tolerationSeconds (12 hours) for node.kubernetes.io/not-ready and unreachable taints
- This ensures mount pods remain available during graceful node shutdown
- Application pods will be evicted first (default 300s toleration) while mount pods persist
- Prevents storage access issues during node maintenance and termination
0 commit comments