
Automatic merge from submit-queue (batch tested with PRs 41134, 41410, 40177, 41049, 41313) Refactored kubemark code into provider-specific and provider-independent parts [Part-3] Fixes #38967 Applying final part of the changes in PR #39033 (which refactored kubemark code completely). The changes included in this PR are: - Removed `test/kubemark/common.sh` and moved relevant parts of its code to the right places in start-kubemark/stop-kubemark scripts. - Added DOCKER_REGISTRY, PROJECT, KUBEMARK_IMAGE_MAKE_TARGET variables to `/test/kubemark/cloud-provider-config.sh` to make the kubemark image push location variable wrt provider. - Removed get-real-pod-for-hollow-node.sh as it doesn't seem to do anything useful. @kubernetes/sig-scalability-misc @wojtek-t @gmarek
Cluster Configuration
Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.
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.