mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [incubator/kured] Add initial chart * [incubator/kured] CR: Add home and maintainers to Chart.yaml * [incubator/kured] CR: Add sources to Chart.yaml * [incubator/kured] CR: Fix apiVersion for DaemonSet * [incubator/kured] CR: wrap ServiceAccount in rbac.create * [incubator/kured] Exlicitly set .spec.selector for the DaemonSet * [stable/kured] Move from incubator to stable * [stable/kured] CR: Update for RBAC/ServiceAccount best practices * CR: linting, remove extra space * CR: allow tolerations for daemonset
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) | [] |
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.