k3s/cluster/saltbase/salt
Janet Kuo 4b8f91fd0e Merge pull request #15190 from dchen1107/fix
unset Kubelet flag for manifest_url for master node.
2015-10-07 14:48:35 -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 Upgrade to docker 1.8.2 for Debian Wheezy on GCE 2015-09-11 10:09:59 -07:00
etcd Merge pull request #15068 from wojtek-t/fix_default_limits 2015-10-07 09:41:28 +02:00
fluentd-es Make fluentd-es output its warning logs and fluentd-gcp mount 2015-09-10 18:28:27 +00:00
fluentd-gcp Merge pull request #13886 from a-robinson/logtags 2015-09-16 05:51:32 -07:00
generate-cert Booting a Kubernetes cluster on Vagrant 2015-08-27 21:43:36 -06:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons change -o template to -o go-template=... 2015-09-05 22:30:47 +08: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 enable all experimental flags with one controller 2015-10-05 14:54:19 -07:00
kube-master-addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
kube-proxy Fix salt configuration on systemd setups 2015-08-05 17:01:43 -04: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 Set manifest-url-header when enable_manifest_url is set 2015-10-07 13:27:03 -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
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
supervisor Healthcheck the kubelet on the secure port rather than the read-only port. 2015-09-16 12:15:29 -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 Add opencontrail networking provisioning support in kubernetes salt based provisioning 2015-10-03 08:03:02 -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