k3s/cluster
k8s-merge-robot cad5f03311 Merge pull request #14185 from tmrts/formatting
Auto commit by PR queue bot
2015-09-18 15:16:00 -07:00
..
addons Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
aws pid mode 2015-09-15 13:51:44 -04:00
azure pid mode 2015-09-15 13:51:44 -04:00
centos Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
gce Merge pull request #13447 from pweil-/pid-mode 2015-09-16 23:34:35 -07:00
gke Add config for the main gke-jenkins jobs to e2e.sh 2015-09-11 11:05:30 -07:00
images Smaller hyperkube image...fix git flub 2015-09-10 17:44:10 -07:00
juju Changes necessary to enable ssl for the Juju charms 2015-09-17 15:23:02 -05:00
libvirt-coreos Fix IP conflict on master's cbr0 and host's virbr_kub_pods 2015-09-08 16:23:18 +08:00
mesos/docker Add support for NUM_MINION to mesos/docker cluster 2015-09-18 11:34:27 +02:00
ovirt
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase Merge pull request #13986 from derekwaynecarr/move_to_flannel 2015-09-16 09:36:09 -07:00
ubuntu Merge pull request #14185 from tmrts/formatting 2015-09-18 15:16:00 -07:00
vagrant Merge pull request #13808 from derekwaynecarr/add_cockpit 2015-09-17 08:36:34 -07:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh tear down resources before tear down the cluster 2015-09-07 11:03:45 +08:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-up.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-util.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh When calling kubectl.sh, allow error due to API server bouncing 2015-08-18 07:16:18 -06: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