Skip to content

Commit 8e9a086

Browse files
committed
update kindnet manifest
1 parent a62f976 commit 8e9a086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/build/nodeimage/const_cni.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ spec:
128128
- name: lib-modules
129129
mountPath: /lib/modules
130130
readOnly: true
131+
- name: nri-plugin
132+
mountPath: /var/run/nri
131133
resources:
132134
requests:
133135
cpu: "100m"
@@ -150,5 +152,8 @@ spec:
150152
- name: lib-modules
151153
hostPath:
152154
path: /lib/modules
155+
- name: nri-plugin
156+
hostPath:
157+
path: /var/run/nri
153158
---
154159
`

0 commit comments

Comments
 (0)