k3s/cluster
Janet Kuo 4b8f91fd0e Merge pull request #15190 from dchen1107/fix
unset Kubelet flag for manifest_url for master node.
2015-10-07 14:48:35 -07:00
..
addons Bumbed Heapster to v0.18.2 and changed its config 2015-10-05 09:51:01 +02:00
aws Merge pull request #15035 from ArtfulCoder/admissionChange 2015-10-06 14:25:12 -07:00
azure Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
centos Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
gce Set manifest-url-header when enable_manifest_url is set 2015-10-07 13:27:03 -07:00
gke Use the cluster name instead of the minion tag as the prefix for 2015-09-21 20:21:26 -07:00
images Make kubemark work on Jenkins 2015-10-01 15:26:39 +02:00
juju change minions to nodes 2015-09-19 00:01:49 +08:00
kubemark Avoid overriding kubemark config variables by kubemark/util.sh script 2015-10-02 12:45:16 +02:00
libvirt-coreos Update apiserver flags in libvirt-coreos 2015-09-28 20:35:59 +08:00
mesos/docker Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
ovirt
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase Merge pull request #15190 from dchen1107/fix 2015-10-07 14:48:35 -07:00
ubuntu deprecate unknown admission control 2015-10-01 12:45:36 +08:00
vagrant Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md
common.sh kube-down gracefully when api-server is no longer accessible 2015-09-19 18:36:03 +08:00
get-kube.sh
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh
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
options.md
test-e2e.sh
test-network.sh Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
test-smoke.sh Add script to run minimal e2e tests to validate cluster deployment 2015-09-23 12:23:07 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh

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