mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
[fix] cannot patch resource "nodes/status" in API group
This commit is contained in:
@@ -60,6 +60,7 @@ spec:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
readOnly: true
|
||||
serviceAccountName: node-problem-detector
|
||||
volumes:
|
||||
- name: log
|
||||
# Config `log` to your system log directory
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: node-problem-detector
|
||||
namespace: kube-system
|
||||
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: npd-binding
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: system:node-problem-detector
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: node-problem-detector
|
||||
namespace: kube-system
|
||||
Reference in New Issue
Block a user