Skip to content
Snippets Groups Projects
Commit fd731641 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fixup! add distribution.create_cluster

parent 0bac45ad
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ k3d cluster create distribution \
--image "rancher/k3s:v${K3S_VERSION}-k3s1" \
--port "80:80@loadbalancer" \
--port "443:443@loadbalancer" \
--port "22:22@loadbalancer" \
--port "2222:22@loadbalancer" \
--kubeconfig-update-default=true \
--kubeconfig-switch-context=true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment