mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue add HOME env variable for kube-addons service Fix https://github.com/kubernetes/kubernetes/issues/23973. Briefly, systemd service does not know the `HOME` environment variable which causes the kubectl write schema file into `/.kube` while it is expected to be `/root/.kube`. |
||
---|---|---|
.. | ||
cni | ||
debian-auto-upgrades | ||
docker | ||
e2e | ||
etcd | ||
flannel | ||
flannel-server | ||
fluentd-es | ||
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 | ||
logrotate | ||
ntp | ||
opencontrail-networking-master | ||
opencontrail-networking-minion | ||
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 |
---|---|---|---|
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 |