Local kind (deployah cluster up) cannot pull private or freshly built images the way a laptop Docker daemon can. LoadImage already exists in internal/localkube. Nothing in the CLI calls it.
deployah cluster load-image myapp:dev
deployah cluster load-image --from-spec -e local
Reuse Manager.LoadImage (file, daemon, or pullable ref). Remind about imagePullPolicy when the tag is latest. --sync-registry-auth is for authenticated pulls, not this.
Remote clusters are out of scope. Building images is #26 / #27. A local registry sidecar can wait.
Related: #26, #27, #28, #41.
Local kind (
deployah cluster up) cannot pull private or freshly built images the way a laptop Docker daemon can.LoadImagealready exists ininternal/localkube. Nothing in the CLI calls it.deployah cluster load-image myapp:dev deployah cluster load-image --from-spec -e localReuse
Manager.LoadImage(file, daemon, or pullable ref). Remind aboutimagePullPolicywhen the tag islatest.--sync-registry-authis for authenticated pulls, not this.Remote clusters are out of scope. Building images is #26 / #27. A local registry sidecar can wait.
Related: #26, #27, #28, #41.