Merge pull request #121384 from pacoxu/kubeadm-drop-ALL

kubeadm coredns use drop ALL instead of all
This commit is contained in:
Kubernetes Prow Robot 2023-10-21 04:41:32 +02:00 committed by GitHub
commit b43b95aa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: