Add support for preemptible GCP instances
This commit is contained in:
@ -8,6 +8,10 @@ cloud_DefaultZone() {
|
||||
echo "westus"
|
||||
}
|
||||
|
||||
cloud_RestartPreemptedInstances() {
|
||||
: # Not implemented
|
||||
}
|
||||
|
||||
#
|
||||
# __cloud_GetConfigValueFromInstanceName
|
||||
# Return a piece of configuration information about an instance
|
||||
|
Reference in New Issue
Block a user