Skip to content

Commit

Permalink
workflow: mirror calico/apiserver
Browse files Browse the repository at this point in the history
Noticed while debugging Calico on DO:
```
  Warning  Failed                  7m25s (x4 over 8m47s)  kubelet            Failed to pull image "ghcr.io/flatcar/calico/apiserver:v3.26.4": rpc error: code = Unknown desc = failed to pull and unpack image "ghcr.io/flatcar/calico/apiserver:v3.26.4": failed to resolve reference "ghcr.io/flatcar/calico/apiserver:v3.26.4": failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden
```

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 27, 2023
1 parent b285115 commit 3ee5647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mirror-calico-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ images=(
calico/kube-controllers
calico/csi
calico/node-driver-registrar
calico/apiserver
)

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

0 comments on commit 3ee5647

Please sign in to comment.