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:
parent
bd0f59a013
commit
054c401f71
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user