thankful-ambulance-27194
02/03/2022, 9:31 AMTODO: These instructions currently still rely on the old kustomize setup, and will be moved over to the Helm chart soon.
Is there any relevant instruction for deploying Flyte with k3d, because the current version runs into error (or maybe is not full) with the 2d step:
k3d cluster create -p "30081:30081" –no-lb –k3s-server-arg '–no-deploy=traefik' –k3s-server-arg '–no-deploy=servicelb' flyte
Error: Error: accepts between 0 and 1 arg(s), received 6
Tried to fix it with (following the k3d hints for tags):
k3d cluster create flyte -p 30081:30081 --no-lb --k3s-arg "–no-deploy=traefik" --k3s-arg "–no-deploy=servicelb"
but get an error again:
FATA[0000] failed to transform ports: No nodefilters specified
What is the right setup procedure and what are the right parameters for this?tall-lock-23197
icy-agent-73298
02/03/2022, 11:41 AMcurl -s <https://raw.githubusercontent.com/rancher/k3d/main/install.sh> | TAG=v4.2.0 bash
• Create k3d cluster for flyte
k3d cluster create flyte -p 30081:30081 --no-lb --k3s-server-arg '–no-deploy=traefik' --k3s-server-arg '–no-deploy=servicelb'
• Create flyte namespace
kubectl create ns flyte
• Apply helm generate file
kubectl create -f <https://raw.githubusercontent.com/flyteorg/flyte/master/deployment/sandbox/flyte_helm_generated.yaml>
icy-agent-73298
02/03/2022, 11:42 AMicy-agent-73298
02/03/2022, 12:10 PMfreezing-airport-6809
thankful-ambulance-27194
02/03/2022, 5:01 PMfreezing-airport-6809
freezing-airport-6809