kubernetes/cluster
Kubernetes Prow Robot f82e7a0d72
Merge pull request #83974 from dhuh/updatedcosversion
Updated COS version to M77 and includes fixes to ensure scalability tests pass
2019-10-16 11:38:16 -07:00
..
addons Merge pull request #83907 from olagacek/master 2019-10-16 09:34:37 -07:00
gce Merge pull request #83974 from dhuh/updatedcosversion 2019-10-16 11:38:16 -07:00
images Merge pull request #83283 from RainbowMango/pr_migrate_etcd_version_monitor_to_metrics 2019-10-15 23:04:24 -07:00
juju re-home juju related source 2019-04-15 16:19:09 -05:00
kubemark Migrate kubemark to e2e-up/e2e/down scripts. 2019-07-10 11:23:55 +02:00
kubernetes-anywhere Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
log-dump log-dump: make logging clearer 2019-09-09 13:08:24 +02:00
pre-existing fix some shellcheck failures of cluster/*.sh 2019-04-04 23:20:52 +08:00
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
clientbin.sh fix shellcheck failures of cluster/clientbin.sh 2019-04-26 18:43:33 +08:00
common.sh Use HTTPS as etcd-apiserver protocol when mTLS is enabled 2019-07-20 14:24:31 -07:00
get-kube-binaries.sh auth/cloud-platform is a superset of devstorage. 2019-09-23 14:14:03 -07:00
get-kube.sh auth/cloud-platform is a superset of devstorage. 2019-09-23 14:14:03 -07: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 Remove deprecated centos/local support 2019-04-17 11:03:34 -04: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
OWNERS Move jbeda to emeritus status. 2019-10-11 17:46:18 -04:00
README.md Cleaning up the cluster directory deprecation notice. 2018-09-05 02:00:05 -07:00
restore-from-backup.sh Remove support for etcd2 from cluster/images/etcd image 2019-07-11 21:20:24 -04:00
test-e2e.sh fix shellcheck failure in cluster/test-e2e.sh 2019-08-05 13:24:05 +09:00
test-network.sh fix shellcheck in test-smoke.sh and test-network.sh 2019-04-19 16:15:10 -04:00
test-smoke.sh fix shellcheck in test-smoke.sh and test-network.sh 2019-04-19 16:15:10 -04:00
validate-cluster.sh Modify kube-up to support cluster without nodes. 2019-07-01 15:29:45 +02:00

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