deis/clusterator

Name: clusterator

Owner: Deis

Description: Creates and Deletes GKE Clusters

Created: 2016-07-26 17:27:42.0

Updated: 2017-10-03 19:42:38.0

Pushed: 2017-05-10 20:47:47.0

Homepage: null

Size: 10

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Clusterator

Docker image that can spin up or tear down clusters in GKE.

Creating a cluster

The create script will iterate the list of names supplied by the names file. It will first check to see if that name already exists in the project. If so we skip it and move on to the next name. Otherwise, we try and create a cluster with that name. Creation of the cluster is a blocking operation. After that takes place we will set the version of the cluster to the appropriate value (this operation is not blocking).

Deleting clusters

The delete script will iterate all names and if that name appears in the project it will attempt to remove it (this operation is not blocking).

Environment Variables

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.