mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-06 02:39:02 +00:00
Merge pull request #331 from pigletfly/fix-cm
Move NPD into kube-system namespace
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -2,6 +2,7 @@ apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: node-problem-detector
|
||||
namespace: kube-system
|
||||
labels:
|
||||
app: node-problem-detector
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user