Skip to content

Commit 000c366

Browse files
committed
add net.ipv4.ip_unprivileged_port_start sysctl(4.11+)
Signed-off-by: Paco Xu <[email protected]>
1 parent 4cbd56b commit 000c366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kubernetes/coredns.yaml.sed

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ spec:
163163
port: 8181
164164
scheme: HTTP
165165
dnsPolicy: Default
166+
securityContext:
167+
sysctls:
168+
- name: net.ipv4.ip_unprivileged_port_start
169+
value: "53"
166170
volumes:
167171
- name: config-volume
168172
configMap:

0 commit comments

Comments
 (0)