infra(argo): fix train image — foxhunt-training-runtime not training-runtime
The CI pipeline (.gitlab-ci.yml stage `build-foxhunt-training-runtime`) builds and pushes the image as foxhunt-training-runtime:latest (with the foxhunt- prefix). Other consumers in the repo agree: - infra/k8s/training/image-prepuller.yaml - infra/k8s/training/job-template.yaml The alpha-perception template (and the older alpha-cv template) used training-runtime:latest without the prefix — broken since the image never existed at that path. Kubelet kept hitting ErrImagePull / ImagePullBackOff with "not found". This was the next blocker after the CPU oversizing fix. Stopping the in-flight workflow and resubmitting on the corrected template. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -355,7 +355,7 @@ spec:
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
container:
|
||||
image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/training-runtime:latest
|
||||
image: gitlab-registry.foxhunt.svc.cluster.local:5000/root/foxhunt/foxhunt-training-runtime:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["/bin/bash", "-c"]
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user