k3s/cluster/saltbase/salt
Victor Marmol cabecc1271 Merge pull request #10611 from marekbiskup/addon-update-kill-children
Addon update kill children
2015-07-09 21:09:58 -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 Merge pull request #10488 from justinsb/salt_support_systemd 2015-07-08 13:43:08 -07:00
etcd Merge pull request #10488 from justinsb/salt_support_systemd 2015-07-08 13:43:08 -07:00
fluentd-es Move things into a 'kube-system' namespace. 2015-07-06 15:08:23 -07:00
fluentd-gcp Move things into a 'kube-system' namespace. 2015-07-06 15:08:23 -07:00
generate-cert AWS: Configure SSL certificate alternate-names 2015-07-03 01:18:07 -04:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons kill child processes of addon-update on stop 2015-07-09 13:10:54 +02:00
kube-admission-controls Move things into a 'kube-system' namespace. 2015-07-06 15:08:23 -07:00
kube-apiserver Merge pull request #10780 from cjcullen/testfix 2015-07-06 15:00:35 -07:00
kube-controller-manager Missing ca crt in vagrant controllers 2015-07-08 10:59:10 -04:00
kube-master-addons Salt: re-remove comment block 2015-07-03 12:43:36 -04:00
kube-proxy Salt: Add service block for kube-proxy for systemd 2015-07-03 10:26:21 -04:00
kube-scheduler Explicitly configure master component containers and nginx with 200m each. 2015-07-02 10:46:39 -07:00
kubelet AWS: Ubuntu Vivid, set cgroup_root to docker 2015-07-08 17:00:43 -04:00
logrotate rotate docker log 2015-06-10 12:19:13 +02:00
monit Salt: support systemd (don't assume Redhat <=> systemd) 2015-07-03 01:40:15 -04:00
nginx Explicitly configure master component containers and nginx with 200m each. 2015-07-02 10:46:39 -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
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
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 Merge pull request #10590 from roberthbailey/kubelet-on-nodes 2015-07-08 16:13:12 -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