Skip to content

Commit

Permalink
Move NPD into kube-system namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pigletfly committed Aug 14, 2019
1 parent a442e71 commit 4118c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/node-problem-detector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ data:
kind: ConfigMap
metadata:
name: node-problem-detector-config
namespace: default
namespace: kube-system
1 change: 1 addition & 0 deletions deployment/node-problem-detector-old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: node-problem-detector
namespace: kube-system
spec:
template:
metadata:
Expand Down
1 change: 1 addition & 0 deletions deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
name: node-problem-detector
namespace: kube-system
labels:
app: node-problem-detector
spec:
Expand Down

0 comments on commit 4118c56

Please sign in to comment.