Skip to content

Instantly share code, notes, and snippets.

@onjin
Created October 30, 2021 14:14
Show Gist options
  • Save onjin/ce272ad6b4d24bd572e3759ac2c01e7c to your computer and use it in GitHub Desktop.
Save onjin/ce272ad6b4d24bd572e3759ac2c01e7c to your computer and use it in GitHub Desktop.
create k3d/k3s cluster with registry
k3d registry create myregistry.localhost --port 5555
k3d cluster create local --registry-use k3d-myregistry.localhost:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment