mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Revert "Drop linux capabilities and rework users/groups"
This commit is contained in:
@@ -26,10 +26,6 @@ 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