Replies: 1 comment
-
Hi @bitjson , thanks for this idea 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One feature that would be very appreciated: how could we make it possible to create/start/restart a cluster without public internet access?
On macOS, if I restart Docker for Mac, or otherwise re-start a k3d cluster while offline, the pods all error out waiting to pull image
docker.io/rancher/pause:3.1
:(Above – created cluster 35m ago, but only regained internet access in the past 30s.)
I use package scripts to build an image,
k3d image import
it into the cluster, then deploy the pod, so my application doesn't otherwise require internet access to deploy locally.Could/should k3d automatically push the latest
docker.io/rancher/pause
to new clusters to avoid re-downloading every time a cluster is created? Are there any other changes that would be required to fully support an "offline mode"?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions