Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 36b5ba8

Browse files
Rachela999togashidm
authored andcommitted
Fix for kustomization fails with version >= 3.0.0 because namespace
This fix is related to unable to deploy nfd with kustomization due to overlays not specifying a namespace Signed-off-by: Liu, Rachel A <rachel.a.liu@intel.com>
1 parent 31dde0d commit 36b5ba8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gpu-aware-scheduling/docs/nfd/kustom/env_vars.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: DaemonSet
33
metadata:
44
name: nfd-worker
5+
namespace: node-feature-discovery
56
spec:
67
template:
78
spec:

gpu-aware-scheduling/docs/nfd/kustom/external_resources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: nfd-master
5+
namespace: node-feature-discovery
56
spec:
67
template:
78
spec:

0 commit comments

Comments
 (0)