Commit 7ad4e3d
authored
[iris] Persist controller bootstrap script to GCE startup-script metadata (#5771)
GcpStandaloneWorkerHandle.bootstrap now writes the rendered script to
the instance's startup-script metadata before running it over SSH.
Without this, a future GCE-initiated reboot (host maintenance, manual
reset) re-runs the original script baked in at VM creation, pinning the
controller to the day-one image. Mirrors finelog's gcp_restart behavior.1 parent 4bfd8af commit 7ad4e3d
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | 228 | | |
221 | 229 | | |
| |||
0 commit comments