Automatic merge from submit-queue add labels to kube component static pods ``` $ k --namespace=kube-system get po -l 'tier in (control-plane)' NAME READY STATUS RESTARTS AGE kube-apiserver-k-7-master 1/1 Running 2 1m kube-controller-manager-k-7-master 1/1 Running 1 1m kube-scheduler-k-7-master 1/1 Running 0 54s $ k --namespace=kube-system get po -l 'tier in (node)' NAME READY STATUS RESTARTS AGE kube-proxy-k-7-minion-eheu 1/1 Running 0 1m kube-proxy-k-7-minion-mwo9 1/1 Running 0 1m kube-proxy-k-7-minion-xw6m 1/1 Running 0 1m ``` cc @bgrant0607 @thockin @gmarek Fixes #21267
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.