-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[bitnami/matomo] Failed to calculate the number of expected pods: jobs.batch does not implement the scale subresource #29884
Comments
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. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
please reopen, it's still an issue |
Thank you @viceice for pointing out that the “component” label missing podLabels:
app.kubernetes.io/component: matomo Disabled the provided podDisruptionBudget : pdb:
create: false And then created a custom PDB matching the component using the extraDeploy:
- apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: matomo-pdb
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/component: matomo Hope it can help. |
Thank you for the PR! The team will take a look |
Name and Version
bitnami/matomo 8.0.13
What architecture are you using?
amd64
What steps will reproduce the bug?
Failed to calculate the number of expected pods: jobs.batch does not implement the scale subresource
warningAre you using any custom parameters or values?
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 thePodDisruptionBudget
Additional information
It looks like the pdb is also matching the archive job because the selector label are matching all matomo pods.
I think the matomo deployment should also get the
app.kubernetes.io/component
label and the pdb selector should also get that added.The text was updated successfully, but these errors were encountered: