mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
Add nfd namespace to the daemonset-combined deployment template
Without this the nfd namespace is not created and the deployment may fail.
This commit is contained in:
parent
dcc67c502e
commit
611916f807
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
# same pod.
|
# same pod.
|
||||||
#
|
#
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: node-feature-discovery # NFD namespace
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: nfd-master
|
name: nfd-master
|
||||||
|
|
Loading…
Add table
Reference in a new issue