
- Remove unused MESOS_DOCKER_IMAGE_DIR mesos-slave-dind handles recursive mounting internally now - Extract docker-compose exec to a function. Avoids export pollution. Avoids compose file path as a global var. - Localize some function variables. - Validate existence of docker & docker-compose - Improve user account creation output
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.