Skip to content

k3d setup in CONTRIBUTING.md is outdated #1856

@GuySerfaty

Description

@GuySerfaty

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

  1. Clone z2jh repo, branch master
  2. Follow the CONTRIBUTING.md instructions for mac
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions