k3s/cluster/saltbase/salt
Zach Loafman e264db4349 Merge pull request #17580 from mikedanese/stage-image
add an option to push/pull component images from a registry using kube-up
2015-12-09 13:49:45 -08:00
..
cadvisor
debian-auto-upgrades
docker Fix an incorrect reference to the directive that installs docker 2015-12-03 15:06:33 -08:00
e2e e2e: Remove specific Gluster repo. 2015-12-02 15:21:01 +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 add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08:00
kube-controller-manager add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08:00
kube-master-addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
kube-node-unpacker move vagrant to masterless salt 2015-12-01 15:53:50 -08:00
kube-proxy add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08:00
kubelet Use KubeletPort from API object, salt changes, take 2 2015-12-07 10:31:11 +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 Use KubeletPort from API object, salt changes, take 2 2015-12-07 10:31:11 +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
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