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.
This commit is contained in:
Maxim Filatov
2017-11-03 23:02:03 +03:00
committed by GitHub
parent b86c60f851
commit 8c5639e791
+2 -2
View File
@@ -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