k3s/cluster
John Schnake 03d0e86117 Add support for dryRun option to kube-conformance image
A common issue users run into is wanting a list of tests
a certain regexp will run, without actually running it.

ginkgo supports this with the dryRun flag but it was not
exposed via the kube-conformance image. This change
will set the flag if the E2E_DRYRUN environment variable
is set.

Fixes #74727
2019-02-28 09:21:04 -06:00
..
addons Merge pull request #73940 from jiayingz/nvidia-dp-update 2019-02-27 17:13:01 -08:00
centos delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
gce allows configuring NPD release and flags on GCI and add cluster e2e test 2019-02-26 21:21:54 -08:00
images Add support for dryRun option to kube-conformance image 2019-02-28 09:21:04 -06:00
juju update juju shell 2019-02-24 20:46:20 +08:00
kubemark Fix shellcheck lint errors in cluster/kubemark/util.sh 2019-02-25 15:21:29 -05:00
kubernetes-anywhere
local add comments to shell function 2019-02-24 20:35:46 +08:00
log-dump Update log-dump.sh for Windows nodes. 2019-02-26 12:10:19 -08:00
pre-existing
skeleton fix issue that e2e script exits due to unbound variables 2018-10-12 17:54:20 -07:00
BUILD Update repo-infra, bazel-skylib, rules_docker, and rules_go dependencies 2019-02-12 17:55:10 -08:00
OWNERS Promote spiffxp to approver for cluster/ 2019-02-22 09:25:31 -08:00
README.md
clientbin.sh delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
common.sh Add path in find-tar for locating node binary tarball 2019-02-12 18:15:17 -08:00
get-kube-binaries.sh cleanup: we always need to download client and server tarballs 2019-02-21 13:17:58 -08:00
get-kube-local.sh fix get-kube-local.sh 2019-01-12 10:29:29 -08:00
get-kube.sh fix get-kube.sh 2019-01-16 14:29:17 -08:00
kube-down.sh fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh 2019-02-14 15:12:08 +08:00
kube-up.sh aaa 2019-02-18 17:50:55 -05:00
kube-util.sh aaa 2019-02-18 17:50:55 -05:00
kubeadm.sh fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh 2019-02-14 15:12:08 +08:00
kubectl.sh Merge pull request #74449 from xichengliudui/fix190223 2019-02-23 12:52:34 -08:00
restore-from-backup.sh
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh fix shellcheck lint errors in cluster and hack scripts 2019-02-24 11:15:35 +08:00
validate-cluster.sh Enhance/repair detect-node-names() and related env vars for Windows nodes. 2019-02-22 14:56:55 -08:00

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. 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 control plane 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.

Analytics