Files
deprecated-helm-charts/stable/kured
Aditya Sundaramurthy 937139b4ba [stable/kured] Add pod annotations (#9736)
* [stable/kured] Add support for podAnnotations

Signed-off-by: Aditya Sundaramurthy <aditya.sundaramurthy@gmail.com>

* fix merge error

Signed-off-by: Aditya Sundaramurthy <aditya.sundaramurthy@gmail.com>
2018-12-04 14:39:14 -08:00
..

Kured (KUbernetes REboot Daemon)

See https://github.com/weaveworks/kured

Config Description Default
image.repository Image repository quay.io/weaveworks/kured
image.tag Image tag master-c42fff3
image.pullPolicy Image pull policy IfNotPresent
extraArgs Extra arguments to pass to /usr/bin/kured. See below. {}
rbac.create Create RBAC roles true
serviceAccount.create Create service account roles true
serviceAccount.name Service account name to create (or use if serviceAccount.create is false) (chart fullname)
updateStrategy Daemonset update strategy OnDelete
tolerations Tolerations to apply to the daemonset (eg to allow running on master) [{"key": "node-role.kubernetes.io/master", "effect": "NoSchedule"}]
podAnnotations Annotations to apply to pods (eg to add Prometheus annotations) {}

See https://github.com/weaveworks/kured#configuration for values for extraArgs. Note that

extraArgs:
  foo: 1
  bar-baz: 2

becomes /usr/bin/kured ... --foo=1 --bar-baz=2.