k3s/cluster
Robert Bailey 08e6a43c1d Revert "Merge pull request #9165 from smarterclayton/graceful"
This reverts commit 4f856b595d, reversing
changes made to d78525a83b.

Conflicts:
	pkg/kubelet/status_manager.go
2015-08-18 17:34:49 -07:00
..
addons Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
aws typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
azure Update util.sh 2015-08-14 18:47:31 +08:00
gce Don't register the master node into the cluster by default. 2015-08-17 19:17:17 -07:00
gke Always use the --cluster-version flag for the gke provider. 2015-08-11 09:48:32 -07:00
images convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
juju Updated all the references of GoogleCloudPlatform/kubernetes repo name to the new kubernetes/kubernetes 2015-08-13 15:29:48 -05:00
libvirt-coreos Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2 2015-08-13 11:19:54 -07:00
mesos/docker Use Mesos 0.23 for both master and slaves 2015-08-11 17:41:10 +02:00
ovirt
rackspace Update util.sh 2015-08-14 18:47:31 +08:00
saltbase Revert "Merge pull request #9165 from smarterclayton/graceful" 2015-08-18 17:34:49 -07:00
ubuntu Update util.sh 2015-08-14 18:47:31 +08:00
vagrant Merge pull request #10876 from jameskyle/develop 2015-08-13 14:09:50 -07:00
vsphere Update util.sh 2015-08-14 18:47:31 +08:00
README.md
common.sh typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-env.sh
kube-push.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-up.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kube-util.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh
update-storage-objects.sh updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
validate-cluster.sh Use -o template to validate cluster 2015-08-07 21:18:40 +08: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