Skip to content

Interested in adding registry support? #24

Description

@akshaya-a

Maybe I'm using this wrong but I feel like a common CI case would be to

docker build
docker push <>
k3d/s deploy app based on docker image

For this scenario, I'm using a k3d managed local registry, which is difficult (maybe) to use with the current action here.

I think the action should take a new create_registry and port args (both optional) and if set
create the registry, then
create cluster referencing it
(makes it easier to deterministically set port for downstream docker push vs uber command that creates cluster + registry on random port)

or are people doing something else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions