cockroachdb / cockroachdb-cloudformation

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes
https://www.cockroachlabs.com/
Apache License 2.0
12 stars 4 forks source link

Hard-code smaller K8s Master #11

Closed nstewart closed 6 years ago

nstewart commented 6 years ago

This template no longer runs the Kubernetes master node on the same type of machines powering the CockroachDB nodes. This reduces the cost of running the template when large instances are selected.

Fixes #10