k3s/cluster/saltbase/salt
Prashanth B c833a14898 Merge pull request #21727 from dchen1107/test
Remove potential corrupted docker network checkpoint file before star…
2016-02-22 17:52:16 -08:00
..
cadvisor Remove cAdvisor manifest from cluster startup. 2015-03-13 16:06:42 -07:00
cni Add a network plugin that duplicates "configureCBR0" functionality 2016-02-03 10:08:08 -06: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 #21632 from justinsb/docker_191 2016-02-22 16:16:51 -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 Disable fluent-es on kubernetes-master 2016-02-17 14:01:20 -08:00
fluentd-gcp Fluentd on GCE master should not use ClusterFirst 2016-02-17 11:32:41 -08:00
generate-cert Set the default value for DEBUG in cluster/saltbase/salt/generate-cert/make-ca-cert.sh 2016-02-16 16:03:20 -08:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
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 Always enable second etcd for events 2016-02-16 11:48:46 +01:00
kube-controller-manager Make master component pods burstable, instead of guaranteed. 2016-02-12 14:28:48 -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 vsphere support 2016-01-24 13:52:56 -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 Plumb node labels through salt 2016-02-22 15:31:34 -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 Set standard bash options in services helper script 2015-07-03 01:40:15 -04: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 Salt: Make sure git is installed, for gitRepo volumes 2016-02-12 12:51:08 -05: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 Add a network plugin that duplicates "configureCBR0" functionality 2016-02-03 10:08:08 -06: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