mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue fluentd-gcp: Add kube-apiserver-audit.log. **What this PR does / why we need it**: Add `kube-apiserver-audit.log` from https://github.com/kubernetes/kubernetes/pull/41211 to fluentd config, so the audit log gets sent to the same place as `kube-apiserver.log`. **Which issue this PR fixes**: **Special notes for your reviewer**: We would like to backport this to release-1.5 also. **Release note**: ```release-note The apiserver audit log (`/var/log/kube-apiserver-audit.log`) will be sent through fluentd if enabled. ``` |
||
---|---|---|
.. | ||
calico | ||
cluster-autoscaler | ||
cni | ||
debian-auto-upgrades | ||
docker | ||
e2e | ||
e2e-image-puller | ||
etcd | ||
fluentd-gcp | ||
generate-cert | ||
helpers | ||
kube-addons | ||
kube-admission-controls | ||
kube-apiserver | ||
kube-controller-manager | ||
kube-master-addons | ||
kube-node-unpacker | ||
kube-proxy | ||
kube-registry-proxy | ||
kube-scheduler | ||
kubelet | ||
l7-gcp | ||
logrotate | ||
nginx | ||
ntp | ||
opencontrail-networking-master | ||
opencontrail-networking-minion | ||
openvpn | ||
openvpn-client | ||
rescheduler | ||
salt-helpers | ||
supervisor | ||
README.md | ||
base.sls | ||
kube-client-tools.sls | ||
top.sls |
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 |
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 |