kubernetes/cluster/saltbase/salt
Kubernetes Submit Queue e6df2db5c3 Merge pull request #31477 from freehan/cnibump
Automatic merge from submit-queue

bump cni to 9d5e6e6

fixes: #31348
2016-08-28 14:46:20 -07:00
..
calico kube-up: move Calico policy components off master, and add support for GCI master 2016-08-11 17:11:16 -07:00
cluster-autoscaler Bump cluster autoscaler to 0.3.0-beta4 2016-08-26 11:24:24 +02:00
cni bump cni to 9d5e6e6 2016-08-26 13:13:24 -07:00
debian-auto-upgrades Turn on auto security updates for debian based systems. 2014-10-27 13:49:51 -07:00
docker kube-up: install libltdl7 when installing docker with dpkg 2016-07-10 19:45:41 -04:00
e2e e2e: Remove specific Gluster repo. 2015-12-02 15:21:01 +01:00
e2e-image-puller Moving kubernetes/redis:v1 image to gcr.io 2016-07-06 11:03:38 -07:00
etcd Support migration in etcd manifest 2016-08-22 10:12:06 +02:00
flannel Don't pull flannel from github 2015-12-15 17:42:54 -08:00
flannel-server Update core etcd references to use 3.0.4 2016-08-12 13:39:07 -05:00
fluentd-es Update fluent images 2016-08-23 10:11:15 -03:00
fluentd-gcp Update fluent images 2016-08-23 10:11:15 -03:00
generate-cert Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers Add safe_format_and_mount to hyperkube image. 2015-05-04 21:25:39 -07:00
kube-addons move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
kube-admission-controls Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
kube-apiserver Scripts to configure image verification admission controller for gce. 2016-08-22 16:54:03 -07:00
kube-controller-manager Fixes #31056 2016-08-20 20:24:01 +02:00
kube-master-addons Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kube-node-unpacker Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kube-proxy Add --feature-gates to kube-system components 2016-08-19 09:07:43 -07:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler Scheduling algorithm provider flag in kube-up.sh 2016-08-22 17:49:00 +02:00
kubelet Add --feature-gates to kube-system components 2016-08-19 09:07:43 -07:00
l7-gcp Bump up glbc version 2016-08-12 13:07:08 -07:00
logrotate fix logrotate config (again) 2016-07-18 15:37:00 -07:00
nginx Implement Azure cloud provider scripts 2016-06-17 23:46:03 -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 Implement Azure cloud provider scripts 2016-06-17 23:46:03 -07:00
openvpn-client Azure/ubuntu/saltstack support re-instated 2016-06-17 23:41:41 -07:00
rescheduler Bumped Rescheduler version 2016-08-26 10:22:48 +02:00
salt-helpers Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
supervisor Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
base.sls add ebtables rules to filter duplicate packets 2016-08-24 10:19:29 -07:00
kube-client-tools.sls Remove kubecfg from the client tools we attempt to distribute. 2015-02-18 22:26:26 -08:00
README.md Azure/ubuntu/saltstack support re-instated 2016-06-17 23:41:41 -07:00
top.sls Salt configuration for Rescheduler 2016-08-18 12:24:09 +02:00

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
debian-auto-upgrades M n M n M n M n
docker M n M n M n M 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 M n
logrotate M n n M n M n
supervisord M n M n M n M n
nginx M
openvpn-client n
openvpn M
base M n M n M n M n
kube-client-tools M M M M

Analytics