Replies: 1 comment 4 replies
-
Can you run the following command and paste its output here, please? I have a suspicion that the image-automation-controller Pod is running on a node from where it can't reach github.com.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, starting here because I feel like I may be missing something simple, but can move to an Issue if needed.
Basically, my image updater cannot clone the same git repo that created the image updater in the first place! It always has some sort of connection issue reaching github.com.
You can see below that my
ImageRepository
andImagePolicy
seem to be processing correctly, and I can provide those definitions if it's helpful.I tried adding the
EXPERIMENTAL_GIT_TRANSPORT
flag, and it had no effect.The most puzzling part is the same repo is what's running Flux and it's obviously working because that's what's applying these CRDs, so I'm hoping this is just something dumb on my part. Is there something obvious I'm missing?
TIA for any assistance!
Additional Details:
Describing the image updater has these lines in the Events:
Logs from the
image-automation-controller
pod look similar:ImageUpdateAutomation.yml
:Beta Was this translation helpful? Give feedback.
All reactions