k3s/cluster/saltbase/salt
Dawn Chen 038f871c43 Merge pull request #16071 from brendandburns/heapster
Make heapster config creation dynamic
2015-10-23 09:25:59 -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 Set Docker's default log level to warning to reduce log spam. 2015-10-15 13:49:28 -07:00
etcd Merge pull request #15068 from wojtek-t/fix_default_limits 2015-10-07 09:41:28 +02:00
fluentd-es Move pause and fluentd-elasticsearch to GCR v2. 2015-10-06 16:39:07 -07:00
fluentd-gcp Merge pull request #13886 from a-robinson/logtags 2015-09-16 05:51:32 -07:00
generate-cert declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons Make heapster config creation dynamic 2015-10-22 12:05:49 -07:00
kube-admission-controls Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
kube-apiserver Merge pull request #15068 from wojtek-t/fix_default_limits 2015-10-07 09:41:28 +02:00
kube-controller-manager add config-vm flag to enable terminated pod garbage collection. 2015-10-15 08:19:39 -07:00
kube-master-addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
kube-proxy declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler Tweak limits in manifest files. 2015-10-05 14:45:43 +02:00
kubelet Revert "Use KubeletPort reported in NodeStatus instead of cluster-wide master config" 2015-10-22 21:25:38 -07: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
opencontrail-networking-master Add opencontrail networking provisioning support in kubernetes salt based provisioning 2015-10-03 08:03:02 -07:00
opencontrail-networking-minion Add opencontrail networking provisioning support in kubernetes salt based provisioning 2015-10-03 08:03:02 -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 Healthcheck the kubelet on the secure port rather than the read-only port. 2015-09-16 12:15:29 -07:00
README.md declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
base.sls AWS: install netcat-traditional, instead of netcat-openbsd 2015-10-19 22:50:06 -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 declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -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
cadvisor M n M n M n
debian-auto-upgrades M n M n M n
docker M n M n M n
etcd M M M
fluentd-es (pillar conditional) M n M n M n
fluentd-gcp (pillar conditional) M n M n M n
generate-cert M M M
kube-addons M M M
kube-apiserver M M M
kube-controller-manager M M M
kube-proxy n n n
kube-scheduler M M M
kubelet M n M n M n
logrotate M n n M n
monit M n M n M n
nginx M M M
static-routes (vsphere only)
base M n M n M n
kube-client-tools M M M

Analytics