This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Change the "imagePullPolicy" to allow Air-Gap install of contour operator #515
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
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.go
force 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 10The text was updated successfully, but these errors were encountered: