From 3ee56475ca62e3a09867bdd373a95fff8c0732bf Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 27 Nov 2023 18:17:44 +0100 Subject: [PATCH] workflow: mirror calico/apiserver 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 --- .github/workflows/mirror-calico-images.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror-calico-images.sh b/.github/workflows/mirror-calico-images.sh index bc62974c5..eb997723f 100755 --- a/.github/workflows/mirror-calico-images.sh +++ b/.github/workflows/mirror-calico-images.sh @@ -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