Skip to content

Warn on unknown instance status

Arran Walker requested to merge ajwalker/warn-on-unknown-status into main

Despite the GCP documentation on Instance lifecycle and the API definition for the statuses, we appear to occasionally get an unknown status where we would previously then default to our Creating state.

This now ignores such states (skipping, as though the update has been missed), and prints a warning about the unknown state so we can figure out what is going on.

Merge request reports