k3s/cluster/saltbase/salt
Alex Robinson 29eb6020fb Merge pull request #22074 from a-robinson/images
Update the logging images to parse sub-second docker timestamps.
2016-03-04 09:04:33 -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 #21904 from justinsb/salt_docker_install_fix 2016-03-03 22:07:14 -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 Update the logging images to parse sub-second docker timestamps. 2016-03-03 10:21:30 -08:00
fluentd-gcp Update the logging images to parse sub-second docker timestamps. 2016-03-03 10:21:30 -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 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: bypass Salt when installing docker package on debian 2016-03-03 11:14:33 -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 Remove kubecfg from the client tools we attempt to distribute. 2015-02-18 22:26:26 -08:00
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