k3s/cluster
Abhi Shah 34476cd758 Merge pull request #13510 from Huawei-PaaS/fix_hostnet_in_dns
Fix a typo `hostNet` to `hostNetwork`in DNS
2015-09-03 15:36:40 -07:00
..
addons Merge pull request #13510 from Huawei-PaaS/fix_hostnet_in_dns 2015-09-03 15:36:40 -07:00
aws Merge pull request #13029 from justinsb/aws_config_test_disk 2015-08-26 09:53:45 -07:00
azure Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
gce Support kube-registry-proxy addon in trusty nodes 2015-08-27 07:46:50 -07:00
gke Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
images Fix mounting volumes in docker based kubernetes setup. 2015-09-01 16:42:23 +02:00
juju Copy edits for typos (resubmitted) 2015-08-25 10:47:58 -04:00
libvirt-coreos Add local etcd discovery support for libvirt-coreos 2015-08-29 11:49:35 +08:00
mesos/docker [mesos/docker] Lazily pull images to speed up kube-up 2015-08-21 14:10:00 -07:00
ovirt
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase Merge pull request #8632 from jimmidyson/logging-kube-metadata 2015-09-02 19:08:34 -07:00
ubuntu upgrade to v1.0.3, refactor the guide 2015-08-28 16:43:01 +08:00
vagrant Merge pull request #11469 from fredjean/fix-vagrant-vmware 2015-09-02 14:23:53 -04:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md
common.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
get-kube.sh
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 Correct the wrong words in shell comments 2015-08-24 20:13:38 +08: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 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
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 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