k3s/cluster/saltbase/salt
k8s-merge-robot 5191cfc415 Merge pull request #20931 from gswallow/master
Auto commit by PR queue bot
2016-03-07 06:18:53 -08:00
..
cadvisor
cni Add a network plugin that duplicates "configureCBR0" functionality 2016-02-03 10:08:08 -06:00
debian-auto-upgrades
docker Merge pull request #22434 from justinsb/aws_docker_babysitter 2016-03-04 21:52:03 -08:00
e2e e2e: Remove specific Gluster repo. 2015-12-02 15:21:01 +01:00
etcd Always enable second etcd for events 2016-02-16 11:48:46 +01:00
flannel Don't pull flannel from github 2015-12-15 17:42:54 -08:00
flannel-server Don't impose a memory limit on flannel etcd. 2016-02-18 13:52:58 -08:00
fluentd-es Merge pull request #22367 from a-robinson/requests 2016-03-05 06:18:14 -08:00
fluentd-gcp Merge pull request #22539 from a-robinson/newf 2016-03-05 08:26:59 -08:00
generate-cert Merge pull request #20931 from gswallow/master 2016-03-07 06:18:53 -08:00
helpers
kube-addons Merge pull request #21132 from petermd/kubeaddon-api-status 2016-02-16 02:57:17 -08:00
kube-admission-controls Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
kube-apiserver Remove manifest copies from Trusty support 2016-03-04 11:16:49 -08:00
kube-controller-manager Remove manifest copies from Trusty support 2016-03-04 11:16:49 -08:00
kube-master-addons salt: Try 'systemctl' if 'service' command fails when restarting docker. 2016-02-01 18:10:31 +08:00
kube-node-unpacker Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
kube-proxy Kube-proxy requests 2x cpu shares of addons. 2016-02-25 15:39:27 -08:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler Make master component pods burstable, instead of guaranteed. 2016-02-12 14:28:48 -08:00
kubelet set --babysit-daemons=true for gce and aws 2016-03-01 16:46:31 -08:00
logrotate rotate docker log 2015-06-10 12:19:13 +02: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 Salt: Don't use Salt to start Docker 2016-03-04 12:07:10 -05:00
static-routes vsphere support 2016-01-24 13:52:56 -08:00
supervisor Remove potential corrupted docker network checkpoint file before start docker 2016-02-22 17:08:31 -08:00
README.md Replace monit with supervisord in documentation. 2015-11-03 16:20:02 -08:00
base.sls Show LICENSES in /etc/motd 2016-03-02 15:23:17 -08:00
kube-client-tools.sls
top.sls cidr-fix for vsphere cloud provider 2016-03-02 12:52:56 -08: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
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
supervisord M n M n M n
static-routes (vsphere only)
base M n M n M n
kube-client-tools M M M

Analytics