The pod, smart-warmer-image-fetcher, in namespace build-service could failed with the following error when deploying with AWS EKS.
Warning Failed 6m58s (x555 over 4d22h) kubelet Failed to pull image "harbor.example.net/tbs/tbs:clusterbuilder-full@sha256:######": rpc error: code = Unknown desc = failed to register layer: max depth exceeded Warning Failed 6m58s (x555 over 4d22h) kubelet Error: ErrImagePull
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: $CLUSTER_NAME
region: $REGION
managedNodeGroups:
- name: $NODEGROUP_NAME
ami: $AMI_ID
overrideBootstrapCommand: |
#!/bin/bash
/etc/eks/bootstrap.sh $CLUSTER_NAME --container-runtime containerd
EOF