k3s/cluster
Justin Santa Barbara b70f1c1220 kube-up: install updates & reboot automatically on boot
We run unattened-upgrades manually, and then reboot automatically if we
find /var/run/reboot-required; then we check if any services need
restarting and restart them automatically using the needrestart tool.

This should mean we don't _have_ to build new images on every security
update, though we can do so to avoid a reboot.

Issue #21382
2016-02-18 12:52:43 -05:00
..
addons Bumped Heapster to v0.20.0-alpha6 2016-02-11 11:44:29 +01:00
aws Merge pull request #21130 from madhusudancs/daemonset-enable-default 2016-02-17 22:54:35 -08:00
centos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
gce kube-up: install updates & reboot automatically on boot 2016-02-18 12:52:43 -05:00
gke Use gcloud install instead of gcloud update for components to remove 2015-12-08 11:26:04 -08:00
images Remove -v /dev:/dev from docker and docker-multinode 2016-02-07 22:15:20 +02:00
juju Add boilerplate checks for Makefiles 2016-02-03 18:35:26 -05:00
kubemark Graduate DaemonSet to v1beta1 API, enable it by default. 2016-02-17 15:03:12 -08:00
lib build: move some of hack/lib/ into a new cluster/lib/ 2016-01-11 17:10:26 -08:00
libvirt-coreos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
mesos/docker Set kubernetes-dashboard as the default UI addon 2016-02-05 13:36:37 +01:00
ovirt
rackspace Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
saltbase Merge pull request #21362 from ArtfulCoder/fluentd 2016-02-17 22:25:28 -08:00
ubuntu Merge pull request #21046 from MikeSpreitzer/issue/20992 2016-02-15 21:54:18 -08:00
vagrant Merge pull request #20821 from olivierlemasle/fix-dnf-vagrant 2016-02-09 07:04:24 -08:00
vsphere Use kube account to make changes via govc 2016-02-01 11:41:49 +00:00
README.md
common.sh Graduate DaemonSet to v1beta1 API, enable it by default. 2016-02-17 15:03:12 -08:00
get-kube-local.sh Remove -v /dev:/dev from docker and docker-multinode 2016-02-07 22:15:20 +02:00
get-kube.sh Update get-kube.sh to not re-download the kubernetes archive 2016-01-11 12:03:54 +05:30
kube-down.sh
kube-env.sh
kube-push.sh
kube-up.sh Fix getting last command result in kube-up 2016-02-17 11:12:06 +01:00
kube-util.sh Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
kubectl.sh Add support for ppc64le architecture. 2015-12-09 12:12:13 +05:30
options.md Minion->Name rename: cluster/vagrant, docs and Vagrantfile 2015-12-02 12:45:12 -08:00
test-conformance.sh Add cluster/test-conformance.sh script 2015-11-30 18:47:38 -08:00
test-e2e.sh add a timeout for job runs in case something gets stuck 2016-01-14 19:29:38 +00:00
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh Fix validate cluster 2016-02-16 11:34:57 +01:00

README.md

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.

Analytics