k3s/cluster/saltbase/salt
Mike Danese 4bd638921f Merge pull request #13752 from yujuhong/docker1.8_upgrade
Upgrade to docker 1.8.2 for Debian Wheezy on GCE
2015-09-11 11:15:30 -07:00
..
cadvisor Remove cAdvisor manifest from cluster startup. 2015-03-13 16:06:42 -07:00
debian-auto-upgrades Turn on auto security updates for debian based systems. 2014-10-27 13:49:51 -07:00
docker Upgrade to docker 1.8.2 for Debian Wheezy on GCE 2015-09-11 10:09:59 -07:00
etcd Add liveness probe for master's etcd pod 2015-08-25 10:37:00 -07:00
fluentd-es Make fluentd-es output its warning logs and fluentd-gcp mount 2015-09-10 18:28:27 +00:00
fluentd-gcp Make fluentd-es output its warning logs and fluentd-gcp mount 2015-09-10 18:28:27 +00:00
generate-cert Booting a Kubernetes cluster on Vagrant 2015-08-27 21:43:36 -06:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
kube-admission-controls Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
kube-apiserver convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
kube-controller-manager Turning on pod autoscaler on GCE. 2015-09-11 12:03:41 +02:00
kube-master-addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
kube-proxy Fix salt configuration on systemd setups 2015-08-05 17:01:43 -04:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler Fix escaping problem in kube-scheduler manifest 2015-08-17 08:16:24 -04:00
kubelet Enable CFS quota in vagrant setup 2015-09-03 13:44:28 -04:00
logrotate rotate docker log 2015-06-10 12:19:13 +02:00
monit Merge pull request #11299 from wojtek-t/increase_kubelet_start_timeout 2015-08-03 16:14:02 -07:00
nginx Explicitly configure master component containers and nginx with 200m each. 2015-07-02 10:46:39 -07:00
ntp AWS: Install ntp daemon on all nodes 2015-08-01 14:32:08 -04:00
openvpn Remove commented lines from openvpn config files. 2014-08-25 16:29:32 -07:00
openvpn-client Remove commented lines from openvpn config files. 2014-08-25 16:29:32 -07:00
salt-helpers Set standard bash options in services helper script 2015-07-03 01:40:15 -04:00
static-routes Incorporate comments 2014-08-25 10:01:25 -07:00
supervisor Add support for supervisord as a monit alternative. 2015-08-06 15:48:45 -07:00
README.md Scratch Getting-started-guide 2015-07-06 10:38:20 -07:00
base.sls Salt: install socat; needed for port-forward 2015-07-03 19:12:44 -04:00
kube-client-tools.sls Remove kubecfg from the client tools we attempt to distribute. 2015-02-18 22:26:26 -08:00
top.sls Launch a cluster-local registry. 2015-08-20 18:44:05 -07:00

README.md

This directory forms the base of the main SaltStack configuration. The place to start with any SaltStack configuration is top.sls. However, unless you are particularly keen on reading Jinja templates, the following tables break down what configurations run on what providers. (NB: The _states directory is a special directory included by Salt for ensure blocks, and is only used for the docker config.)

Key: M = Config applies to master, n = config applies to nodes

Config GCE Vagrant AWS Azure
cadvisor M n M n M n M n
debian-auto-upgrades M n M n M n M n
docker M n M n M n n
etcd M M M M
fluentd-es (pillar conditional) M n M n M n M n
fluentd-gcp (pillar conditional) M n M n M n M n
generate-cert M M M M
kube-addons M M M M
kube-apiserver M M M M
kube-controller-manager M M M M
kube-proxy n n n n
kube-scheduler M M M M
kubelet M n M n M n n
logrotate M n n M n M n
monit M n M n M n M n
nginx M M M M
openvpn-client n
openvpn M
static-routes (vsphere only)
base M n M n M n M n
kube-client-tools M M M M

Analytics