Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endocrimes/gce-terminator

an agent that periodically retrieves instances for an unmanaged instance group and deletes any instances that are not in a pending or running state
https://github.com/endocrimes/gce-terminator

autoscaling google-cloud

Last synced: about 2 months ago
JSON representation

an agent that periodically retrieves instances for an unmanaged instance group and deletes any instances that are not in a pending or running state

Awesome Lists containing this project

README

        

# gce-terminator

gce-terminator is an agent that periodically retrieves instances for an
unmanaged instance group and deletes any instances that are not in a pending or
running state.

## Usage

```
$ gce-terminator --interval 30s --instance-group firecracker-ci --gcp-zone us-east1-b --gcp-project endocrimes-buildkite
```