Merge pull request #129570 from aojea/netpolv0.7.0

bump kube-network-policies to v0.7.0
This commit is contained in:
Kubernetes Prow Robot 2025-01-11 04:30:31 -08:00 committed by GitHub
commit 64276979cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,10 @@ spec:
serviceAccountName: kube-network-policies
containers:
- name: kube-network-policies
image: registry.k8s.io/networking/kube-network-policies:v0.6.0
image: registry.k8s.io/networking/kube-network-policies:v0.7.0
command:
- /bin/sh
- -c
- /bin/netpol -v 4 1>>/var/log/kube-network-policies.log 2>&1
- /bin/netpol
- --v=4
resources:
requests:
cpu: "100m"
@ -39,16 +38,10 @@ spec:
securityContext:
privileged: true
volumeMounts:
- mountPath: /var/log
name: varlog
readOnly: false
- mountPath: /lib/modules
name: lib-modules
readOnly: true
volumes:
- name: varlog
hostPath:
path: /var/log
- name: lib-modules
hostPath:
path: /lib/modules