mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update kindnet manifest
This commit is contained in:
@@ -128,6 +128,8 @@ spec:
|
||||
- name: lib-modules
|
||||
mountPath: /lib/modules
|
||||
readOnly: true
|
||||
- name: nri-plugin
|
||||
mountPath: /var/run/nri
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
@@ -150,5 +152,8 @@ spec:
|
||||
- name: lib-modules
|
||||
hostPath:
|
||||
path: /lib/modules
|
||||
- name: nri-plugin
|
||||
hostPath:
|
||||
path: /var/run/nri
|
||||
---
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user