https://flyte.org logo
s

Samhita Alla

10/04/2022, 11:20 AM
@Navyansh Kesarwani, could you let us know the commands you ran?
n

Navyansh Kesarwani

10/04/2022, 11:24 AM
docker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox|cr.flyte.org/flyteorg/flyte-sandbox>
I was trying to run this command as stated in the docs, but here is what I got:
Starting k3s cluster...
Done.
Deploying Flyte...
"flyteorg" has been added to your repositories
Error: chart "flyte" matching v0.19.2-b5 not found in flyteorg index. (try 'helm repo update'): no chart version found for flyte-v0.19.2-b5
Rest everything mentioned in the readme docs worked perfectly in sequence
s

Samhita Alla

10/04/2022, 12:27 PM
@Carina Ursu, can you help, please?
You probably need to
helm repo update
.
n

Navyansh Kesarwani

10/04/2022, 1:05 PM
I already tried to do that. Here is what I am getting:
Error: no repositories found. You must add one before updating
I don't have any clue about using helm, so if I can get some assistance setting up project on my Mac, I would be able to make contribution to the repo
9 Views