Merge pull request #331 from pigletfly/fix-cm

Move NPD into kube-system namespace
This commit is contained in:
Kubernetes Prow Robot
2019-08-13 23:04:24 -07:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -87,4 +87,4 @@ data:
kind: ConfigMap
metadata:
name: node-problem-detector-config
namespace: default
namespace: kube-system

View File

@@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: node-problem-detector
namespace: kube-system
spec:
template:
metadata:

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: