bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.92k stars 9.18k forks source link

[bitnami/matomo] Failed to calculate the number of expected pods: jobs.batch does not implement the scale subresource #29884

Open viceice opened 4 hours ago

viceice commented 4 hours ago

Name and Version

bitnami/matomo 8.0.13

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Deploy chart with archive job enabled
  2. See Failed to calculate the number of expected pods: jobs.batch does not implement the scale subresource warning

Are you using any custom parameters or values?

cronjobs:
  taskScheduler:
    enabled: false
  archive:
    schedule: 15 * * * *

What is the expected behavior?

Don't see that warning

What do you see instead?

Seeing the Failed to calculate the number of expected pods: jobs.batch does not implement the scale subresource warning for the PodDisruptionBudget

Additional information

It looks like the pdb is also matching the archive job because the selector label are matching all matomo pods.

image

image

image

I think the matomo deployment should also get the app.kubernetes.io/component label and the pdb selector should also get that added.

carrodher commented 4 hours ago

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.