You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal BackOff 4m30s (x728 over 169m) kubelet Back-off pulling image "ghcr.io/projectcontour/contour:main"
Image pull policy in contour object:
The source of problem is that the object job.go force the policy to PullAlways :
- daemonset.go : ImagePullPolicy: corev1.PullIfNotPresent,
- deployment.go : ImagePullPolicy: corev1.PullIfNotPresent,
- job.go: ImagePullPolicy : corev1.PullAlways