Renew SSL certificate for Thoth's Tensorflow index #2622
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/...` label and requires one.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
sig/devsecops
Categorizes an issue or PR as relevant to SIG DevSecOps.
Is your feature request related to a problem? Please describe.
Thoth's index for Tensorflow builds https://tensorflow.pypi.thoth-station.ninja/index/manylinux2010/AVX2/simple/ does not seem to be maintained anymore. However, it is still used in solver to fetch some dependencies, but the expired SSL certificate causes a large number of failed requests to the index, which make the solver pod exceed the limit time it can stay on the node and thus fail.
A solution to this issue discussed in https://chat.google.com/room/AAAAw967wNQ/yw77IfdpLhE was to renew the certificate to have solver finishing successfully and eventually delete the index later, when a
delete-package-index
endpoint for Thoth's management API will be available.Describe the solution you'd like
delete-package-index
management API endpoint is implementedThe text was updated successfully, but these errors were encountered: