Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/endocrimes/gce-terminator
- Owner: endocrimes
- Created: 2019-03-31T18:27:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T15:31:01.000Z (about 5 years ago)
- Last Synced: 2024-05-02T01:08:26.966Z (8 months ago)
- Topics: autoscaling, google-cloud
- Language: Go
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```