Skip to content

proposal: load local images into the local cluster #30

Description

@atkrad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliCommands, flags, UX copykind/proposalDesign discussion before or during implementation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions