-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/coredns] Allow to specify a PodDisruptionBudget #20586
Conversation
@Smirl fyi since you were interested in that as well. |
k8s-app: {{ .Chart.Name | quote }} | ||
{{- end }} | ||
app.kubernetes.io/name: {{ template "coredns.name" . }} | ||
{{ toYaml .Values.podDisruptionBudget | indent 2 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are only 2 fields. I would perhaps add minAvailable
and maxUnavailable
to values. Both way work though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't include the fields to match with the other pdb in the Repo. I'd leave it like that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Looks good to me. But I can't /approve
😿
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
@acaleph |
@mrueg please sing the DCO |
Yes shouldn't have used the github UI. :( Will repush. |
Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu>
@cpanato pushed again with DCO signed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, mrueg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks, appreciated! @cpanato |
* [stable/coredns] Allow to specify a PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update stable/coredns/Chart.yaml Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu> Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Hakob Arakelyan <hakoaraqelyan@gmail.com>
* [stable/coredns] Allow to specify a PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update stable/coredns/Chart.yaml Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu> Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
* [stable/coredns] Allow to specify a PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update stable/coredns/Chart.yaml Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu> Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
* [stable/coredns] Allow to specify a PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update stable/coredns/Chart.yaml Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu> Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
* [stable/coredns] Allow to specify a PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu> * Update stable/coredns/Chart.yaml Co-Authored-By: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manuel Rüger <manuel@rueg.eu> Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
Is this a new chart
No
What this PR does / why we need it:
Adds optional PodDisruptionBudget
Which issue this PR fixes
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)