mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
bump kube-network-policies to v0.7.0
This commit is contained in:
parent
a38edf3a47
commit
729deef454
@ -27,11 +27,10 @@ spec:
|
|||||||
serviceAccountName: kube-network-policies
|
serviceAccountName: kube-network-policies
|
||||||
containers:
|
containers:
|
||||||
- name: kube-network-policies
|
- 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:
|
command:
|
||||||
- /bin/sh
|
- /bin/netpol
|
||||||
- -c
|
- --v=4
|
||||||
- /bin/netpol -v 4 1>>/var/log/kube-network-policies.log 2>&1
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
@ -39,16 +38,10 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/log
|
|
||||||
name: varlog
|
|
||||||
readOnly: false
|
|
||||||
- mountPath: /lib/modules
|
- mountPath: /lib/modules
|
||||||
name: lib-modules
|
name: lib-modules
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
|
||||||
hostPath:
|
|
||||||
path: /var/log
|
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /lib/modules
|
path: /lib/modules
|
||||||
|
Loading…
Reference in New Issue
Block a user