-
Notifications
You must be signed in to change notification settings - Fork 9
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 dataset cronjob just "can't work" in our current environment #105
Comments
does this happen to run into a similar problem as in #64 with the PVCs?
Seems like our permissions are really limited (I would say too much limited). Could we ask someone for more reasonable quotas or switch openshift cluster? |
@nikromen very good point, it's exactly the same root cause yes, we should at some point migrate to a cluster with more resources or ask infra if they were kind enough to give us more resources right now |
Triage: Can we run the cron job on the copr-be (where we are doing the backups)? |
I think you can, that machine is definitely bigger than the toy quota we got in the cluster |
We absolutely need another PV as a place to work, it would be safe to even add 2 more:
The memory is fairly unclear to me, but something like this could work: -spec:
- hard:
- limits.memory: 2Gi
- memory: 1Gi
- persistentvolumeclaims: '1'
- requests.storage: 5Gi
+spec:
+ hard:
+ limits.memory: 6Gi
+ memory: 4Gi
+ persistentvolumeclaims: '3'
+ requests.storage: 10Gi |
Infra ticket: https://pagure.io/fedora-infrastructure/issue/11809 |
The quota has been increased - except for the PVC number limit, which needs to stay on 1. But we should be able to mount the same |
perfect, thank you Pavel! if anyone has time & energy to try the RWX mounting, that would be awesome; I can look into it next week |
Can we close this quota-problem issue, then? |
the quota is enlarged, closing then |
the problem is simple, our quota for memory and storage is:
we have 1 MiB memory left:
log-detective-website-556c8b5b49-zwlz2 268.5 MiB
OOMKiller purges the processing:
We could create a temp PV and work there but! The limit is only 1 PV and we already use it in the website pod 🙀
I'm honestly clueless right now.
The text was updated successfully, but these errors were encountered: