Skip to content

Commit 6427697

Browse files
authored
Merge pull request kubernetes#129570 from aojea/netpolv0.7.0
bump kube-network-policies to v0.7.0
2 parents a38edf3 + 729deef commit 6427697

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

cluster/addons/kube-network-policies/kube-network-policies.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,21 @@ spec:
2727
serviceAccountName: kube-network-policies
2828
containers:
2929
- name: kube-network-policies
30-
image: registry.k8s.io/networking/kube-network-policies:v0.6.0
30+
image: registry.k8s.io/networking/kube-network-policies:v0.7.0
3131
command:
32-
- /bin/sh
33-
- -c
34-
- /bin/netpol -v 4 1>>/var/log/kube-network-policies.log 2>&1
32+
- /bin/netpol
33+
- --v=4
3534
resources:
3635
requests:
3736
cpu: "100m"
3837
memory: "50Mi"
3938
securityContext:
4039
privileged: true
4140
volumeMounts:
42-
- mountPath: /var/log
43-
name: varlog
44-
readOnly: false
4541
- mountPath: /lib/modules
4642
name: lib-modules
4743
readOnly: true
4844
volumes:
49-
- name: varlog
50-
hostPath:
51-
path: /var/log
5245
- name: lib-modules
5346
hostPath:
5447
path: /lib/modules

0 commit comments

Comments
 (0)