deploykf-gateway failed image pull issue #209
Answered
by
thesuperzapper
tppalani
asked this question in
Questions & Answers
|
I'm getting below image pull error when i' doing sync the application dkf-core--deploykf-istio-gateway |
Answered by
thesuperzapper
Sep 20, 2024
Replies: 1 comment
|
@tppalani Your istio-gateway pods would only be trying to pull the Please follow the getting started guide, and ensure you are syncing with the sync script, rather than manually. Also, I recommend playing around with the local quick start on a laptop if you have an X86 machine, or a cloud instance if you have a MacBook with ARM chip (ARM is not supported yet) to better understand how stuff works. |
0 replies
Answer selected by
tppalani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tppalani Your istio-gateway pods would only be trying to pull the
autoimage if you had not installed Istio correctly, as Istio automatically replaces theautoimage with the correct one if its installed.Please follow the getting started guide, and ensure you are syncing with the sync script, rather than manually.
Also, I recommend playing around with the local quick start on a laptop if you have an X86 machine, or a cloud instance if you have a MacBook with ARM chip (ARM is not supported yet) to better understand how stuff works.