Commit e18b5a6
committed
fix: add node get permission for DaemonSet mount affinity checking
The CSI node service account needs 'get' permission on nodes to check
if a DaemonSet can schedule on a specific node based on nodeAffinity.
Without this permission, the DaemonSet mount falls back to shared-pod
mode even when the node matches the affinity rules.1 parent 26c4925 commit e18b5a6
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
0 commit comments