fix(nfd): bahahaha what is this upstream typo

time to change all labels to uwubernetes?

https://kubernetes-sigs.github.io/node-feature-discovery/v0.16/usage/customization-guide.html#additional-configuration-directory
This commit is contained in:
JJGadgets
2024-06-13 06:02:03 +08:00
parent 89f2870ebc
commit ac871228c0

View File

@@ -24,21 +24,21 @@ spec:
custom:
- name: "e1000"
labels:
"feature.node.kubenernetes.io/e1000.present": "true"
"feature.node.kubernetes.io/e1000.present": "true"
matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
e1000e: {op: Exists}
- name: "e1000e"
labels:
"feature.node.kubenernetes.io/e1000e.present": "true"
"feature.node.kubernetes.io/e1000e.present": "true"
matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
e1000e: {op: Exists}
- name: "mlx4"
labels:
"feature.node.kubenernetes.io/mlx4.present": "true"
"feature.node.kubernetes.io/mlx4.present": "true"
matchFeatures:
- feature: kernel.loadedmodule
matchExpressions: