Commit 865410b
committed
k3d-gpu-plus: up waits briefly for k3s to auto-deploy the baked plugin
The baked device plugin lands a few seconds after the server starts, so a single
get-daemonset check raced it and fell through to the fallback apply. Poll up to
20s for the auto-deployed DaemonSet before applying, so the baked path is used
(no double-management) and the fallback only fires for custom images that truly
lack it.1 parent 24b1dc8 commit 865410b
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
| |||
0 commit comments