File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
cluster/addons/kube-network-policies Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -27,28 +27,21 @@ spec:
27
27
serviceAccountName : kube-network-policies
28
28
containers :
29
29
- 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
31
31
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
35
34
resources :
36
35
requests :
37
36
cpu : " 100m"
38
37
memory : " 50Mi"
39
38
securityContext :
40
39
privileged : true
41
40
volumeMounts :
42
- - mountPath : /var/log
43
- name : varlog
44
- readOnly : false
45
41
- mountPath : /lib/modules
46
42
name : lib-modules
47
43
readOnly : true
48
44
volumes :
49
- - name : varlog
50
- hostPath :
51
- path : /var/log
52
45
- name : lib-modules
53
46
hostPath :
54
47
path : /lib/modules
You can’t perform that action at this time.
0 commit comments