mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Merge pull request #911 from bogdando/DROP_CAPS
Drop linux capabilities and rework users/groups
This commit is contained in:
@@ -26,6 +26,10 @@ spec:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
drop:
|
||||
{% for c in dnsmasq_drop_cap %}
|
||||
- {{ c.upper() }}
|
||||
{% endfor %}
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user