k3s/cluster/saltbase/salt
derekwaynecarr 2168cee414 Upgrade to Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04:00
..
_states update all python with boilerplate 2015-05-04 18:37:47 -04: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 Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04:00
etcd Revert "Set GOMAXPROCS for etcd" 2015-05-13 17:53:04 +02:00
fluentd-es Initial cpu limit for fluentd pods (file based). 2015-05-21 23:44:26 -07:00
fluentd-gcp Initial cpu limit for fluentd pods (file based). 2015-05-21 23:44:26 -07:00
generate-cert Stop copying certs into /usr/share/nginx/ since nothing relies 2015-05-11 11:44:19 -07:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons Merge pull request #8475 from dchen1107/clean 2015-05-21 09:14:20 -07:00
kube-admission-controls Have default LimitRange created for cluster: 100m cpu.share per container 2015-05-19 10:23:40 -07:00
kube-apiserver remove ro service 2015-06-03 16:45:54 -07:00
kube-controller-manager Remove deprecated flags from the salt configuration. 2015-05-26 12:36:09 -07:00
kube-master-addons Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-proxy Fix the race when monit is used to monitor services which are also 2015-05-28 11:58:33 -07:00
kube-scheduler logs for master components 2015-04-29 09:51:09 -07:00
kubelet Upgrade to Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04:00
logrotate rename kube server binaries to kube- 2014-11-13 20:08:26 -05:00
monit stop monit kube-proxy on master node. 2015-06-02 17:48:24 -07:00
nginx Fix Rendering SLS 'base:nginx' failed if 'cloud' is not defined in minion grains 2015-04-10 18:27:22 -07: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
static-routes Incorporate comments 2014-08-25 10:01:25 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
base.sls Add e2e tests for Gluster and NFS tests. 2015-05-25 12:02:41 +02: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 Upgrade to Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04: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
sdn (Vagrant only) n M n n
static-routes (vsphere only)
base M n M n M n M n
kube-client-tools M M M M

Analytics