update kindnet manifest

This commit is contained in:
Antonio Ojea
2025-05-12 13:24:19 +00:00
parent a62f9760db
commit 8e9a086c63

View File

@@ -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
---
`