
Not every cluster can be validated the same way. Factoring out the validate-cluster call into a kube-util.sh function allows customization. This allows to proceed with GoogleCloudPlatform/kubernetes#10049 before the mid/long-term unified cluster validation in GoogleCloudPlatform/kubernetes#11908 is implemented. Otherwise, the later blocks the former.
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.