Issue when sharing local docker images with kind cluster and ARC #2924
Unanswered
jorgepiloto
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue when sharing local docker images with kind cluster and ARC
Background
I recently discovered this project and it is amazing. So far, I have been
exploring it using the following technologies:
Here are the commands I use for creating the cluster and ARC. Note that I have a
local docker image named
ansys/product:latest
that I want to share with thecluster.
where in previous code, the
deployment_file
variable points to a YML file withthe following content:
Problem
The cluster deploys, connects and scales as expected with GitHub. However, it is
not able to find the local docker image when trying to create a service with it.
Uploading the image to Docker Hub or the GitHub container registry works fine.
However, I am really interested in using local docker images.
Beta Was this translation helpful? Give feedback.
All reactions