Move NPD into kube-system namespace

This commit is contained in:
pigletfly
2019-08-14 12:06:07 +08:00
parent a442e71190
commit 4118c56385
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -87,4 +87,4 @@ data:
kind: ConfigMap
metadata:
name: node-problem-detector-config
namespace: default
namespace: kube-system
@@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: node-problem-detector
namespace: kube-system
spec:
template:
metadata:
+1
View File
@@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
name: node-problem-detector
namespace: kube-system
labels:
app: node-problem-detector
spec: