k3s/cluster
Yifan Gu 516032f336 kube-addons: Use python container if python is not found on the machine.
To build the python image, BUILD_PYTHON_IMAGE should be set during make.
When the addon script is running, it will check if python is installed
on the machine, if not, it will use the python image that built previously.
2015-12-18 15:14:56 -08:00
..
addons kube-addons: Use python container if python is not found on the machine. 2015-12-18 15:14:56 -08:00
aws Merge pull request #17844 from eosrei/kube-util-minion-node 2015-12-02 03:06:27 -08:00
centos centos baremetal: fix centos baremetal kube-up failure and update default download k8s version to v1.1.1 2015-12-05 10:25:54 +08:00
gce Merge pull request #18060 from brendandburns/startup 2015-12-05 23:36:27 -08:00
gke Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
images Add linux/arm to the list of server builds 2015-11-23 13:55:56 -08:00
juju Merge pull request #17844 from eosrei/kube-util-minion-node 2015-12-02 03:06:27 -08:00
kubemark Minion->Node rename: PREEMPTIBLE_NODE 2015-11-25 00:45:10 -08:00
libvirt-coreos keep kubeproxy hostname consistent with kubelet 2015-11-28 10:47:29 +08:00
mesos/docker Merge pull request #17844 from eosrei/kube-util-minion-node 2015-12-02 03:06:27 -08:00
ovirt
rackspace keep kubeproxy hostname consistent with kubelet 2015-11-28 10:47:29 +08:00
saltbase kube-addons: Use python container if python is not found on the machine. 2015-12-18 15:14:56 -08:00
ubuntu Merge pull request #18008 from ZJU-SEL/multi-nic 2015-12-05 05:50:33 -08:00
vagrant Merge pull request #17024 from eosrei/vagrant-node-rename 2015-12-03 14:41:28 -08:00
vsphere Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
README.md
common.sh add a way to discover git version from a built release 2015-11-18 11:11:50 -08:00
get-kube.sh Merge pull request #16662 from linux-on-ibm-z/master 2015-11-30 17:54:41 -08: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 declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07: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 Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
kubectl.sh Added support for IBM z Systems architecture (s390x) 2015-11-26 11:25:04 +05:30
options.md Minion->Name rename: cluster/vagrant, docs and Vagrantfile 2015-12-02 12:45:12 -08:00
test-conformance.sh Add cluster/test-conformance.sh script 2015-11-30 18:47:38 -08: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
test-smoke.sh Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE 2015-11-26 05:02:44 -08: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