You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
While running any pytorch or MPI operator job on on-prem clusters, the worker pods init-container try to pull default image i.e. alpine:3.12 in the case of pytorch and mpioperator/kubectl-delivery in the case of MPI. Since these jobs are running on-prem thus has no access to pull these images from public repositories.
Problem
While running any pytorch or MPI operator job on on-prem clusters, the worker pods init-container try to pull default image i.e. alpine:3.12 in the case of pytorch and mpioperator/kubectl-delivery in the case of MPI. Since these jobs are running on-prem thus has no access to pull these images from public repositories.
In the previous version of pytorch operator, there was an option to override the default image used for init container.
Also, it can't be provided in the core deployment of training-operator since different operators require different image for initContainers.
Is there any way to override this image for specific operators?
In the previous versions when we had separate deployment of each operators we were overriding like this
The text was updated successfully, but these errors were encountered: