k3s/cluster
k8s-merge-robot b274911e0e Merge pull request #23829 from derekwaynecarr/fix_admission_order
Automatic merge from submit-queue

ResourceQuota should be last admission controller

For background, see documentation:

http://kubernetes.io/docs/admin/admission-controllers/#resourcequota
2016-04-20 04:58:04 -07:00
..
addons Remove host port in influxdb-grafana-controller.yaml 2016-04-18 16:29:58 -07:00
aws ResourceQuota should be last admission controller 2016-04-12 13:40:52 -04:00
azure azure: add kube-down, remove need for tenant-id 2016-03-16 12:02:41 -07:00
centos Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
cloudimages AWS: Update jessie image, to fix reboot issue 2016-03-05 16:57:57 -05:00
gce Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
gke Merge pull request #24177 from a-robinson/gke 2016-04-14 06:34:12 -07:00
images Include easy-rsa in container to avoid it being downloaded at runtime 2016-04-15 21:36:54 +01:00
juju Unzipping the kubectl package to platforms so the validation script can find kubectl. 2016-04-01 13:19:17 -05:00
kubemark Use get-mater-size function in kubemark config 2016-03-16 17:38:55 +01:00
lib Fix spacing in usage_from_stdin and info_from_stdin (issue #24186). 2016-04-14 18:19:02 +02:00
libvirt-coreos Remove the restart-kube-proxy and restart-apiserver functions 2016-03-18 01:49:01 -07:00
mesos/docker Merge pull request #22149 from luxas/onedotsix 2016-04-05 13:26:18 -07:00
ovirt
rackspace fix for https://github.com/kubernetes/kubernetes/issues/13511 2016-03-25 22:29:09 +08:00
saltbase Masquerade traffic from off-cluster going through kube-proxy. 2016-04-19 21:39:34 -07:00
ubuntu Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
vagrant ResourceQuota should be last admission controller 2016-04-12 13:40:52 -04:00
vsphere Fix typo of "attempts" in vsphere util.sh during checks. 2016-03-10 13:05:19 -05:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md
common.sh Merge pull request #22674 from mml/kube-up-up-and-away 2016-03-12 00:39:33 -08:00
get-kube-local.sh
get-kube.sh Add KUBERNETES_RELEASE option to get-kube.sh 2016-03-31 12:41:55 -04:00
kube-down.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-push.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-up.sh Remove EXIT_ON_WEAK_ERROR variable 2016-03-21 12:22:03 +01:00
kube-util.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kubectl.sh Rework `cluster/juju` to reflect current work 2016-03-16 14:25:26 -04:00
log-dump.sh Also collect docker supervisor logs. 2016-04-07 13:05:11 -07:00
options.md
test-e2e.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
test-network.sh
test-smoke.sh
update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
validate-cluster.sh validate-cluster.sh: Don't use ignored and deprecated option '--api-version' 2016-03-17 12:49:21 -03: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