We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1236f48 commit 87a7f22Copy full SHA for 87a7f22
cluster/addons/kube-network-policies/kube-network-policies.yaml
@@ -27,7 +27,7 @@ spec:
27
serviceAccountName: kube-network-policies
28
containers:
29
- name: kube-network-policies
30
- image: registry.k8s.io/networking/kube-network-policies:v0.2.0
+ image: registry.k8s.io/networking/kube-network-policies:v0.3.0
31
command:
32
- /bin/sh
33
- -c
@@ -45,6 +45,11 @@ spec:
45
- mountPath: /lib/modules
46
name: lib-modules
47
readOnly: true
48
+ env:
49
+ - name: MY_NODE_NAME
50
+ valueFrom:
51
+ fieldRef:
52
+ fieldPath: spec.nodeName
53
volumes:
54
- name: varlog
55
hostPath:
0 commit comments