k3s/cluster/saltbase/salt
Prashanth Balasubramanian 9aa0efa393 Turn flannel off by default 2015-11-25 09:43:48 +01:00
..
cadvisor Remove cAdvisor manifest from cluster startup. 2015-03-13 16:06:42 -07:00
debian-auto-upgrades
docker Bump ContainerVM to container-vm-v20151103 2015-11-03 15:44:36 -08:00
e2e Configure cluster for e2e tests. 2015-10-29 11:03:34 +01:00
etcd Flannel server in static pod with private etcd. 2015-11-25 09:42:59 +01:00
flannel Turn flannel off by default 2015-11-25 09:43:48 +01:00
flannel-server Turn flannel off by default 2015-11-25 09:43:48 +01:00
fluentd-es Drop the beta for GCR v2 images. 2015-11-14 12:19:02 -08:00
fluentd-gcp Update fluentd-gcp to include all recent improvements that are in the 2015-10-29 11:54:07 +00: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 Cluster-loadbalancing addon 2015-10-29 15:07:25 -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 Turn flannel off by default 2015-11-25 09:43:48 +01:00
kube-master-addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
kube-node-unpacker run kube-proxy in a static pod 2015-11-18 16:52:10 -08:00
kube-proxy remove code that puts kube-proxy into a special cgroup since it runs in a container now 2015-11-23 10:20:58 -08: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 Turn flannel off by default 2015-11-25 09:43:48 +01: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
supervisor Revert "Salt changes to enable using non-default Kubelet port" 2015-11-25 09:15:36 +01:00
README.md Replace monit with supervisord in documentation. 2015-11-03 16:20:02 -08:00
base.sls Configure cluster for e2e tests. 2015-10-29 11:03:34 +01: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 Turn flannel off by default 2015-11-25 09:43:48 +01: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