Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

telegraf: Allow DaemonSet updateStrategy specification #109

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

telegraf: Allow DaemonSet updateStrategy specification #109

wants to merge 3 commits into from

Conversation

stanislav-zaprudskiy
Copy link

@stanislav-zaprudskiy stanislav-zaprudskiy commented Jul 10, 2019

A user may want to update it.

E.g. on my Kubernetes 1.10.9 cluster the DaemonSet got created with OnDelete update policy for whatever reason, which gave me a hard time finding out why weren't pods getting re-deployed after helm upgrade, nevertheless there was the checksum/config annotation update - until I found helm/helm#2735 (comment).

It's even worth to consider enforcing the strategy to be type: RollingUpdate by default - so to align with expectations from checksum/config annotation (which is hard coded ATM).

@stanislav-zaprudskiy stanislav-zaprudskiy changed the title Allow DaemonSet updateStrategy specification [telegraf-ds] Allow DaemonSet updateStrategy specification Jul 10, 2019
@stanislav-zaprudskiy stanislav-zaprudskiy changed the title [telegraf-ds] Allow DaemonSet updateStrategy specification telegraf: Allow DaemonSet updateStrategy specification Jul 19, 2019
@stanislav-zaprudskiy stanislav-zaprudskiy marked this pull request as ready for review July 19, 2019 09:07
It turns out it's called different for Deployment objects, compared to
DaemonSet objects.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant