1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-02-20 19:42:09 +00:00

Support case which run etcd as systemd service instead of pod (#762)

This commit is contained in:
Huang Huang 2020-11-16 20:50:15 +08:00 committed by GitHub
parent bd0f59a013
commit 054c401f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ master:
- /var/snap/etcd/common/etcd.conf.yml
- /var/snap/etcd/common/etcd.conf.yaml
- /var/snap/microk8s/current/args/etcd
- /usr/lib/systemd/system/etcd.service
defaultconf: /etc/kubernetes/manifests/etcd.yaml
flanneld:
@ -183,6 +184,7 @@ etcd:
- /var/snap/etcd/common/etcd.conf.yml
- /var/snap/etcd/common/etcd.conf.yaml
- /var/snap/microk8s/current/args/etcd
- /usr/lib/systemd/system/etcd.service
defaultconf: /etc/kubernetes/manifests/etcd.yaml
controlplane: