-
Notifications
You must be signed in to change notification settings - Fork 825
Open
Labels
Description
Bug description
Feels like the doc was written for k3d version 1.X, try to follow the CONTRIBUTING.md instructions and got: unknown command "create" for "k3d"
Expected behaviour
To be able to spin up a dev env easily, alternatively if we decided to work with an old version of k3d let's document it and add instructions
Actual behaviour
unknown command "create" for "k3d"
How to reproduce
- Clone z2jh repo, branch master
- Follow the CONTRIBUTING.md instructions for mac
- Run:
k3d create --publish 30443:30443 --publish 32444:32444 --wait 60 \
--enable-registry --registry-name local.jovyan.org \
--server-arg --no-deploy=metrics-server \
--server-arg --no-deploy=traefik \
--server-arg --no-deploy=local-storage \
--server-arg --disable-network-policy \
--server-arg --flannel-backend=none
Your personal set up
OS: MacOS, Docker Desktop
Version:
k3d version v3.1.4
docker 19.03.8
Configuration: fresh checkout from master
Steps to install with 3.X
create cluster 3.X way:
k3d cluster create -p "30443:30443@agent[0]" --agents 2
chartpress:
chartpress --image-prefix=local.jovyan.org:5000/ --push
not needed chartpress
is enough
consideRatio