Created
October 30, 2021 14:14
-
-
Save onjin/ce272ad6b4d24bd572e3759ac2c01e7c to your computer and use it in GitHub Desktop.
create k3d/k3s cluster with registry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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