imagePullPolicy: Always or IfNotPresent
2025. 3. 9. 21:22ㆍk8s
IfNotPresent: 이미지가 local에 있으면, tag가 변경되지 않으면, 이미지를 pull하지 않음
Always: tag에 상관없이 무조건 이미지를 pull함
containers:
- name: kafka-producer
image: test/kafka:0.0002
imagePullPolicy: Always #IfNotPresent
'k8s' 카테고리의 다른 글
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref f753c1c0-f1ae-4e19-89b5-ecfb01151aca::n2namopijuykv7dpylxif1h4j: "/src": not foundexit status 1 (0) | 2025.03.28 |
---|---|
LoadBalancer IP 지정 (0) | 2025.03.14 |
kubectl pod 찾기 (0) | 2025.03.09 |
Pod NFS mount 속도 개선 (0) | 2025.03.04 |
ingress nginx controller에서 client IP를 backend에 전달하기 (0) | 2025.03.04 |