Skip to content

Commit

Permalink
workflow: add additional images to mirror
Browse files Browse the repository at this point in the history
Noticed in the calico logs:
```
pod_workers.go:965] "Error syncing pod, skipping" err="[failed to \"StartContainer\" for \"calico-csi\" with ImagePullBackOff: \"Back-off pulling image \\\"ghcr.io/flatcar/calico/csi:v3.26.3\\\"\", failed to \"StartContainer\" for \"csi-node-driver-registrar\" with ImagePullBackOff: \"Back-off pulling image \\\"ghcr.io/flatcar/calico/node-driver-registrar:v3.26.3\\\"\"]" pod="calico-system/csi-node-driver-gdhcm" podUID=05b7a8ec-7d12-486a-b6a2-87388a502d4a
```

projectcalico/calico@9d39763
might be related? But not sure since it's present since the release
3.25.0

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 10, 2023
1 parent 6a85332 commit d839dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mirror-calico-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ images=(
calico/cni
calico/node
calico/kube-controllers
calico/csi
calico/node-driver-registrar
)

# we iterate over the images we want to mirror
Expand Down

0 comments on commit d839dc3

Please sign in to comment.