k3s/cluster/saltbase/salt
Kubernetes Submit Queue 14e7b85b18 Merge pull request #38213 from Crassirostris/fluentd-gcp-logging-loop
Automatic merge from submit-queue (batch tested with PRs 38760, 38213)

Avoid exporting fluentd-gcp own logs

To prevent fluentd from exporting its own logs, redirect the output to a file. Ability to read fluentd logs remains, but because these logs will not be exported, we can increase the verbosity of these logs.

Same change should be made for fluentd-es image.

CC @piosz
2016-12-14 07:09:48 -08: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 cluster: bindmount more cert paths 2016-12-07 15:21:53 -08:00
cni bump cni 2016-09-06 10:48:36 -07:00
debian-auto-upgrades
docker openstack-heat: Drop flannel for cloud Routes API 2016-12-05 15:24:01 +11:00
e2e e2e: Remove specific Gluster repo. 2015-12-02 15:21:01 +01:00
e2e-image-puller Change image-puller restart policy to OnFailure 2016-11-18 10:55:52 +01:00
etcd SSL certificates for etcd cluster. 2016-11-10 15:26:03 +01:00
fluentd-es Avoid exporting fluentd-es own logs 2016-12-07 13:58:50 +01:00
fluentd-gcp Avoid exporting fluentd-gcp own logs 2016-12-14 14:43:05 +01:00
generate-cert Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers
kube-addons Merge pull request #38438 from MrHohn/addon-manager-coreos 2016-12-11 11:41:35 -08:00
kube-admission-controls
kube-apiserver cluster: bindmount more cert paths 2016-12-07 15:21:53 -08:00
kube-controller-manager cluster: bindmount more cert paths 2016-12-07 15:21:53 -08: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 cluster: bindmount more cert paths 2016-12-07 15:21:53 -08:00
kube-registry-proxy
kube-scheduler Scheduling algorithm provider flag in kube-up.sh 2016-08-22 17:49:00 +02:00
kubelet add a configuration for kubelet to register as a node with taints 2016-12-06 10:32:54 -08:00
l7-gcp Bump up glbc version 2016-12-12 19:08:37 -08: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
opencontrail-networking-master
opencontrail-networking-minion
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 Remove explicit limits from manifest files 2016-09-09 11:19:54 +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
README.md Azure/ubuntu/saltstack support re-instated 2016-06-17 23:41:41 -07:00
base.sls add ebtables rules to filter duplicate packets 2016-08-24 10:19:29 -07:00
kube-client-tools.sls
top.sls Remove the old flannel network mode in kube-up 2016-10-04 12:02:25 +03: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
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