mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-28 05:47:23 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user