Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
e716e9c2
Unverified
Commit
e716e9c2
authored
Dec 09, 2020
by
Daniel Holbach
Committed by
GitHub
Dec 09, 2020
Browse files
Merge pull request #270 from evrardjp/fix-current-helm-chart
Fix comment spacing
parents
e878e0e5
1362eafb
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/kured/Chart.yaml
View file @
e716e9c2
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion
:
"
1.5.1"
description
:
A Helm chart for kured
name
:
kured
version
:
2.2.
2
version
:
2.2.
3
home
:
https://github.com/weaveworks/kured
maintainers
:
-
name
:
ckotzbauer
...
...
charts/kured/values.yaml
View file @
e716e9c2
...
...
@@ -20,22 +20,22 @@ extraEnvVars:
# value: 123
configuration
:
lockTtl
:
0
# force clean annotation after this ammount of time (default 0, disabled)
alertFilterRegexp
:
"
"
# alert names to ignore when checking for active alerts
blockingPodSelector
:
[]
# label selector identifying pods whose presence should prevent reboots
endTime
:
"
"
# only reboot before this time of day (default "23:59")
lockAnnotation
:
"
"
# annotation in which to record locking node (default "weave.works/kured-node-lock")
period
:
"
"
# reboot check period (default 1h0m0s)
prometheusUrl
:
"
"
# Prometheus instance to probe for active alerts
rebootDays
:
[]
# only reboot on these days (default [su,mo,tu,we,th,fr,sa])
rebootSentinel
:
"
"
# path to file whose existence signals need to reboot (default "/var/run/reboot-required")
slackChannel
:
"
"
# slack channel for reboot notfications
slackHookUrl
:
"
"
# slack hook URL for reboot notfications
slackUsername
:
"
"
# slack username for reboot notfications (default "kured")
messageTemplateDrain
:
"
"
# slack message template when notifying about a node being drained (default "Draining node %s")
messageTemplateReboot
:
"
"
# slack message template when notifying about a node being rebooted (default "Rebooted node %s")
startTime
:
"
"
# only reboot after this time of day (default "0:00")
timeZone
:
"
"
# time-zone to use (valid zones from "time" golang package)
lockTtl
:
0
# force clean annotation after this ammount of time (default 0, disabled)
alertFilterRegexp
:
"
"
# alert names to ignore when checking for active alerts
blockingPodSelector
:
[]
# label selector identifying pods whose presence should prevent reboots
endTime
:
"
"
# only reboot before this time of day (default "23:59")
lockAnnotation
:
"
"
# annotation in which to record locking node (default "weave.works/kured-node-lock")
period
:
"
"
# reboot check period (default 1h0m0s)
prometheusUrl
:
"
"
# Prometheus instance to probe for active alerts
rebootDays
:
[]
# only reboot on these days (default [su,mo,tu,we,th,fr,sa])
rebootSentinel
:
"
"
# path to file whose existence signals need to reboot (default "/var/run/reboot-required")
slackChannel
:
"
"
# slack channel for reboot notfications
slackHookUrl
:
"
"
# slack hook URL for reboot notfications
slackUsername
:
"
"
# slack username for reboot notfications (default "kured")
messageTemplateDrain
:
"
"
# slack message template when notifying about a node being drained (default "Draining node %s")
messageTemplateReboot
:
"
"
# slack message template when notifying about a node being rebooted (default "Rebooted node %s")
startTime
:
"
"
# only reboot after this time of day (default "0:00")
timeZone
:
"
"
# time-zone to use (valid zones from "time" golang package)
rbac
:
create
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment