From ac871228c07455172defaeb817dee79a812e064d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 13 Jun 2024 06:02:03 +0800 Subject: [PATCH] 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 --- .../deploy/core/hardware/node-feature-discovery/app/hr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/core/hardware/node-feature-discovery/app/hr.yaml b/kube/deploy/core/hardware/node-feature-discovery/app/hr.yaml index ee8d3314..eaecee35 100644 --- a/kube/deploy/core/hardware/node-feature-discovery/app/hr.yaml +++ b/kube/deploy/core/hardware/node-feature-discovery/app/hr.yaml @@ -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: