Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PodDisruptionBudget manifest is parsed to null in the DaemonSet mode #86

Open
megian opened this issue Oct 2, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@megian
Copy link
Collaborator

megian commented Oct 2, 2024

It makes sense that PDBs can not be used together with DaemonSets. See kubernetes/kubernetes#108124.

However the helm chart should not parse it to null.

Steps to Reproduce the Problem

  1. Use the helm chart version 1.10.4
  2. Use controller.kind Daemonset.

Actual Behavior

Result null.

Expected Behavior

The file should be empty.

@megian megian added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant