You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to understand whether it should be possible to load a custom docker image, created via eg maven build, into the configured testcontainer running the Kind/K3s cluster. My Deployment fails as the custom image isn't present, and normally I would do kind load docker-image <myimage> but that is not possible here...
The text was updated successfully, but these errors were encountered:
Such a command, which is executed post creation of a cluster, on an existing cluster will create a tarball of an image and upload it within the container running kindnet as this is where the internal CRI engine is running
Hi
I am trying to understand whether it should be possible to load a custom docker image, created via eg maven build, into the configured testcontainer running the Kind/K3s cluster. My Deployment fails as the custom image isn't present, and normally I would do
kind load docker-image <myimage>
but that is not possible here...The text was updated successfully, but these errors were encountered: