-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the installation instructions and testing the simple example in the readme fails in imagecheck-0 step #498
Comments
Hi @aressem, thanks for raising the issue.
|
When the image can't be pulled due to either network timeouts or security policies, this is the error that was shown. The root cause here was a network issue that caused a image pull backoff from the kubelet. I suspect that the imagecheck container dont retry on image pull failure. I think that this can be closed. |
After experimenting a bit more with this it seems like the |
That's an interesting theory @aressem - because init containers run sequentially it would mean |
You have to ensure that the ´copy-agent´ runs before the ´imagecheck-*´ init container. I'm able to get the reported error every time now. This started when we preloaded the image used in the build container ( |
That's what's interesting @aressem -
and finally any user-supplied init containers are appended to the end of
|
Installing the v0.22.0 version of the stack using the helm chart completes successfully and the controller pod is running. Creating a pipeline with the example in the readme fails.
Example used:
Error observed:
To me it seems like the
imagecheck-0
container picks up the alpine image that does not have thetini-static
binary:So have I misunderstood something here or is the example just not working anymore?
The text was updated successfully, but these errors were encountered: