Skip to content

Commit

Permalink
Add nfd namespace to the daemonset-combined deployment template
Browse files Browse the repository at this point in the history
Without this the nfd namespace is not created and the deployment may
fail.
  • Loading branch information
marquiz committed Nov 21, 2019
1 parent dcc67c5 commit 611916f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nfd-daemonset-combined.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# same pod.
#
apiVersion: v1
kind: Namespace
metadata:
name: node-feature-discovery # NFD namespace
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: nfd-master
Expand Down

0 comments on commit 611916f

Please sign in to comment.