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
Copy file name to clipboardExpand all lines: modules/gh-runner-gke/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ This example shows how to deploy Self Hosted Runners on GKE that supports Docker
102
102
| project\_id | The project id to deploy Github Runner cluster | `string` | n/a | yes |
103
103
| region | The GCP region to deploy instances into | `string` | `"us-east4"` | no |
104
104
| service\_account | Optional Service Account for the nodes | `string` | `""` | no |
105
+
| spot | A boolean that represents whether the underlying node VMs are spot | `bool` | `false` | no |
105
106
| subnet\_ip | IP range for the subnet | `string` | `"10.0.0.0/17"` | no |
106
107
| subnet\_name | Name for the subnet | `string` | `"runner-subnet"` | no |
107
108
| subnetwork\_project | The ID of the project in which the subnetwork belongs. If it is not provided, the project\_id is used. | `string` | `""` | no |
Copy file name to clipboardExpand all lines: modules/gh-runner-mig-vm/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ This example shows how to deploy a MIG Self Hosted Runner with an image pre-bake
48
48
| source\_image | Source disk image. If neither source\_image nor source\_image\_family is specified, defaults to the latest public CentOS image. |`string`|`""`| no |
49
49
| source\_image\_family | Source image family. If neither source\_image nor source\_image\_family is specified, defaults to the latest public Ubuntu image. |`string`|`"ubuntu-1804-lts"`| no |
50
50
| source\_image\_project | Project where the source image comes from |`string`|`"ubuntu-os-cloud"`| no |
51
+
| spot | Provision a SPOT instance |`bool`|`false`| no |
52
+
| spot\_instance\_termination\_action | Action to take when Compute Engine preempts a Spot VM. |`string`|`"STOP"`| no |
51
53
| startup\_script | User startup script to run when instances spin up |`string`|`""`| no |
52
54
| subnet\_ip | IP range for the subnet |`string`|`"10.10.10.0/24"`| no |
53
55
| subnet\_name | Name for the subnet |`string`|`"gh-runner-subnet"`| no |
0 commit comments