Closed qrilka closed 4 years ago
In https://github.com/buildkite/lifecycled/blob/master/terraform/modules/example/cloud-config.yml#L19 I see --spot flag being used but it doesn't appear to exist anymore:
--spot
$ lifecycled --spot lifecycled: error: unknown long flag '--spot', try --help
I suppose --no-spot (or actually not setting it) replaced --spot?
--no-spot
This has been fixed in #81 , thanks for reporting 🙌
In https://github.com/buildkite/lifecycled/blob/master/terraform/modules/example/cloud-config.yml#L19 I see
--spot
flag being used but it doesn't appear to exist anymore:I suppose
--no-spot
(or actually not setting it) replaced--spot
?