-
Notifications
You must be signed in to change notification settings - Fork 698
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
Back-off pulling image "alpine:3.10" #2204
Comments
Modify training-operator config |
Yes, you can pass an arbitrary initContainer image via the operator command: training-operator/cmd/training-operator.v1/main.go Lines 98 to 99 in ff19a10
/remove-kind bug |
training-operator config Where is it? I found deploymenty.yaml 。But I don't know how to set pytorch-init-container-image |
How to use this command? I only found deploymenty.yaml. |
kubectl edit deploy training-operator -n kubeflow
|
/remove-label lifecycle/needs-triage |
What happened?
What command can be used to modify the image name in initContainers?
What did you expect to happen?
modify the image name in initContainers
Environment
Kubernetes version:
Training Operator version:
$ kubectl get pods -n kubeflow -l control-plane=kubeflow-training-operator -o jsonpath="{.items[*].spec.containers[*].image}" kubeflow/training-operator:v1-855e096
Training Operator Python SDK version:
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: