kubeadm coredns use drop ALL instead of all

This commit is contained in:
Paco Xu 2023-10-20 17:05:59 +08:00
parent b3314270eb
commit fb0ffb07a7
2 changed files with 3 additions and 3 deletions

View File

@ -742,7 +742,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes:
@ -1007,7 +1007,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes:

View File

@ -141,7 +141,7 @@ spec:
add:
- NET_BIND_SERVICE
drop:
- all
- ALL
readOnlyRootFilesystem: true
dnsPolicy: Default
volumes: