k3s/cluster
Kubernetes Prow Robot 9cdfdba14c
Merge pull request #71924 from yujuhong/node-binaries
GCE: enable downloading and staging of the node binaries
2018-12-28 18:07:26 -08:00
..
addons Fixup apps/v1 addon manifests 2018-12-26 15:19:01 -05:00
centos Removed .salt template , using .sed template 2018-11-13 18:33:34 -08:00
gce Merge pull request #71924 from yujuhong/node-binaries 2018-12-28 18:07:26 -08:00
images fix kubemark makefile 2018-12-27 21:57:53 +08:00
juju Change add-on manifests to apps/v1 2018-12-19 17:30:59 -05:00
kubemark Allow for configuring etcd servers addresses in kubemark 2018-12-13 11:50:49 +01:00
kubernetes-anywhere Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
local Remove duplicated detect-master for local 2018-08-15 19:04:40 +00:00
log-dump Change add-on manifests to apps/v1 2018-12-19 17:30:59 -05:00
pre-existing Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
skeleton fix issue that e2e script exits due to unbound variables 2018-10-12 17:54:20 -07:00
BUILD upstream heptio/kube-conformance 2018-10-12 15:33:15 -04:00
OWNERS Add spiffxp to OWNERS files in bash-heavy dirs 2018-08-31 14:01:16 -07:00
README.md Cleaning up the cluster directory deprecation notice. 2018-09-05 02:00:05 -07:00
clientbin.sh enable e2e test on Arm64 2018-08-13 16:34:25 +08:00
common.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
get-kube-binaries.sh Allow setting KUBERNETES_NODE_ARCH to download node binaries 2018-12-19 10:25:34 -08:00
get-kube-local.sh fix create-kubelet-kubeconfig. 2018-08-10 16:07:49 +08:00
get-kube.sh Allow setting KUBERNETES_NODE_ARCH to download node binaries 2018-12-19 10:25:34 -08:00
kube-down.sh Exit gce kube-up.sh early if openssl is LibreSSL 2018-07-26 14:48:51 -07:00
kube-up.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
kube-util.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
kubeadm.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
kubectl.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
restore-from-backup.sh Remove references to the Debian-based Container-VM image 2018-07-03 17:05:31 -07:00
test-e2e.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-network.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-smoke.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
update-storage-objects.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
validate-cluster.sh Fix validate-cluster.sh for clusters with more than 500 nodes. 2018-08-21 15:19:41 +02: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