k3s/cluster/saltbase/salt
k8s-merge-robot 714db74611 Merge pull request #26783 from a-robinson/newlogs
Automatic merge from submit-queue

Add collection of the new glbc and cluster-autoscaler logs

I've incremented the version numbers by 2 to avoid conflicting with #26652. I'll make sure the potential conflict between the images gets resolved reasonably.

cc @piosz @bprashanth @aledbf
2016-06-04 07:35:33 -07:00
..
cluster-autoscaler Added logging to file for cluster autoscaler 2016-06-02 13:51:40 +02:00
cni bump cni version again 2016-05-04 16:28:04 -07:00
debian-auto-upgrades
docker Add an entry to the salt config to allow Debian jessie on GCE. 2016-05-03 22:17:38 -07:00
e2e e2e: Remove specific Gluster repo. 2015-12-02 15:21:01 +01:00
e2e-image-puller Add an e2e image puller static pod 2016-05-23 19:17:09 +00: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 Fix transient flannel etcd 2016-05-24 11:15:16 +02:00
fluentd-es Add collection of the new glbc and cluster-autoscaler logs 2016-06-03 15:50:52 +00:00
fluentd-gcp Add collection of the new glbc and cluster-autoscaler logs 2016-06-03 15:50:52 +00:00
generate-cert Initial kube-up support for VMware's Photon Controller 2016-04-25 13:24:16 -07:00
helpers
kube-addons Merge pull request #25986 from Random-Liu/enable-node-problem-detector 2016-05-22 06:17:28 -07:00
kube-admission-controls Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
kube-apiserver Configuration for GCP webhook authentication and authorization 2016-05-13 10:18:07 -07:00
kube-controller-manager make podcidr mask size configurable 2016-05-20 20:44:40 +08:00
kube-dns Bump kube-dns image 2016-06-03 20:41:13 -07: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 Adding cloudprovider support for Openstack kube-up provider. 2016-04-28 14:06:29 +02:00
kube-registry-proxy Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
kube-scheduler add labels to kube component static pods 2016-04-14 19:13:18 -07:00
kubelet Adding cloudprovider support for Openstack kube-up provider. 2016-04-28 14:06:29 +02:00
l7-gcp Increase failure threshold for glbc 2016-06-02 14:05:37 -07:00
logrotate
ntp
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: Don't use Salt to start Docker 2016-03-04 12:07:10 -05:00
supervisor Revert "Revert "Add support for running GCI on the GCE cloud provider"" 2016-05-23 00:52:08 -07:00
README.md remove unused static-routes from salt 2016-03-21 17:38:08 -07:00
base.sls Adding socat package for Redhat systems in Salt 2016-04-28 14:06:30 +02:00
kube-client-tools.sls
top.sls Add a l7 static pod 2016-05-30 15:57:42 -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
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
base M n M n M n
kube-client-tools M M M

Analytics