From 045e3f2981100d40d4e587f2e191b70f4ff953d4 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 20 Nov 2020 17:18:26 +0200 Subject: [PATCH] Sync ClusterRole in deployment templates --- nfd-daemonset-combined.yaml.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nfd-daemonset-combined.yaml.template b/nfd-daemonset-combined.yaml.template index 2f8903a83..11e370531 100644 --- a/nfd-daemonset-combined.yaml.template +++ b/nfd-daemonset-combined.yaml.template @@ -21,10 +21,15 @@ rules: - "" resources: - nodes +# when using command line flag --resource-labels to create extended resources +# you will need to uncomment "- nodes/status" +# - nodes/status verbs: - get - patch - update + # List only needed for --prune + - list --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding