Closed wkharold closed 2 years ago
This pull requests adds support for boot-scripts to flux-gcp compute node specifications.
boot-scripts
A separate script can be assigned to each compute node specification. The text of the script is passed to individual instances via a metadata key.
The compute node first boot script downloads and runs the boot script once at boot time.
first boot
This pull requests adds support for
boot-scripts
to flux-gcp compute node specifications.A separate script can be assigned to each compute node specification. The text of the script is passed to individual instances via a metadata key.
The compute node
first boot
script downloads and runs the boot script once at boot time.