Image Pull Backoff - CI/CD用語集の定義
ImagePullBackOffとは、kubeletがコンテナイメージのpullに失敗し、再試行の前に遅延を増やしながら待機していることを示すKubernetesのpod状態です。
ImagePullBackOffとは、kubeletがコンテナイメージのpullに失敗し、再試行の前に遅延を増やしながら待機していることを示すKubernetesのpod状態です。
ImagePullBackOffとは、kubeletがコンテナイメージのpullに失敗し、再試行の前に遅延を増やしながら待機していることを示すKubernetesのpod状態です。
よくある原因
誤ったイメージ名やタグ、欠落または期限切れのregistry認証情報(imagePullSecrets)、あるいはregistryのrate limitingが原因です。kubectl describe podを実行して正確なpullエラーを確認してください。
関連ガイド
Registry Throttling - CI/CD Glossary DefinitionRegistry Throttling: Registry throttling is a container registry limiting the rate of image pulls, which in C…
Cold Start (Runner) - CI/CD Glossary DefinitionCold Start (Runner): A runner cold start is the delay while a fresh runner provisions, boots, and installs to…