Registry Throttling - Definição do Glossário de CI/CD
O registry throttling é um container registry limitando a taxa de pulls de imagem, o que em CI causa falhas intermitentes de pull e deploys lentos ou com backoff.
O registry throttling é um container registry limitando a taxa de pulls de imagem, o que em CI causa falhas intermitentes de pull e deploys lentos ou com backoff.
O registry throttling é um container registry limitando a taxa de pulls de imagem, o que em CI causa falhas intermitentes de pull e deploys lentos ou com backoff.
Mitigação
Autentique-se para aumentar os limites de pull, use um pull-through cache ou mirror, e fixe os digests das imagens para que os pulls atinjam um layer cache aquecido.
Guias relacionados
Image Pull Backoff - CI/CD Glossary DefinitionImage Pull Backoff: ImagePullBackOff is a Kubernetes pod state indicating the kubelet failed to pull a contai…
Rate Limiting (CI API) - CI/CD Glossary DefinitionRate Limiting (CI API): Rate limiting caps how many API requests a client may make in a window; exceeding it…
Cache Hit Ratio - CI/CD Glossary DefinitionCache Hit Ratio: The cache hit ratio is the fraction of cache lookups served from the cache versus recomputed…