mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
We can't tag ASGs, but we can see what instances are running in an ASG, and we can match those by our tags. So look for our running instances, and look for the ASGs that created them, and delete those. This can be defeated (most notably if users change the ASG size to 0), but it is safer that other deletion methods.
Cluster Configuration
The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.
See the getting-started guides for examples of how to use the scripts.
cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.
The heavy lifting of configuring the VMs is done by SaltStack.