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
Use case :
Air-Gap install of contour operator
Contour resources used for test :
https://raw.githubusercontent.com/projectcontour/contour-operator/main/examples/operator/operator.yaml
https://raw.githubusercontent.com/projectcontour/contour-operator/main/examples/gateway/gateway-nodeport.yaml
Images loaded in air-gap environment:
Problem for creating pod/contour-certgen-main :
Image pull policy in contour object:
The source of problem is that the object
job.goforce the policy to PullAlways :-
daemonset.go: ImagePullPolicy: corev1.PullIfNotPresent,-
deployment.go: ImagePullPolicy: corev1.PullIfNotPresent,-
job.go: ImagePullPolicy: corev1.PullAlwaysEnvironment:
kubectl version): v1.23.6/etc/os-release): Debian 10