k3s/cluster
Simone Gotti 10904f2217 Set the right master port to kube-proxy in libvirt-coreos.
The currently specified port is the old 7080 read-only-port. As the
libvirt-coreos doesn't configure security, change it to the insecure-port 8080.
2015-07-24 12:10:57 +02:00
..
addons Merge pull request #11736 from thockin/cleanup-dns-legacy 2015-07-23 17:30:00 -07:00
aws Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
azure Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
gce Merge pull request #11762 from mbforbes/rollingAlpha 2015-07-23 14:53:18 -07:00
gke Merge pull request #11266 from mbforbes/quietProject 2015-07-23 10:54:05 +02:00
images Update multi-node docker instructions: 2015-07-13 21:28:07 -07:00
juju Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
libvirt-coreos Set the right master port to kube-proxy in libvirt-coreos. 2015-07-24 12:10:57 +02:00
ovirt
rackspace Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
saltbase Merge pull request #10601 from marun/docker-pkg-f22 2015-07-23 22:15:50 -07:00
ubuntu Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
vagrant Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
vsphere Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Revert "Fix libvirt-coreos cluster" 2015-07-23 20:03:42 -07:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kube-up.sh Log Project (GKE) less and cleanup bash indentation 2015-07-15 15:49:28 -07:00
kube-util.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kubectl.sh Pull out a deprecation message. 2015-06-09 18:19:56 -07:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh Adding a script to update etcd objects 2015-05-15 16:20:35 -07:00
validate-cluster.sh Fix node numbers for node list 2015-06-04 12:09:58 +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