From 8c5639e7914c3344e21da99cdba81bdfb16ef44f Mon Sep 17 00:00:00 2001 From: Maxim Filatov Date: Fri, 3 Nov 2017 23:02:03 +0300 Subject: [PATCH] Looks like typo in daemonset Due to metadata: name: kured # Must match `--ds-name` namespace: kube-system # Must match `--ds-namespace` There should be - --ds-name=kured - --ds-namespace=kube-system As args. --- kured-ds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kured-ds.yaml b/kured-ds.yaml index 7527545..d56651f 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -17,8 +17,8 @@ spec: - /usr/bin/kured # args: # - --alert-filter-regexp=^RebootRequired$ -# - --ds-name=kube-system -# - --ds-namespace=kured +# - --ds-name=kured +# - --ds-namespace=kube-system # - --lock-annotation=weave.works/kured-node-lock # - --period=1h # - --prometheus-url=http://prometheus.monitoring.svc.cluster.local