threefoldtech / tfgrid-sdk-ts

Apache License 2.0
4 stars 8 forks source link

🐞 [Bug]: Can't use `add_worker` in the same script as deploy k8s with Mycelium option is added #3509

Open A-Harby opened 3 weeks ago

A-Harby commented 3 weeks ago

Is there an existing issue for this?

which package/s did you face the problem with?

grid_client

What happened?

I can deploy a K8s master and worker with Mycelium, but it will fail if I add a worker in the same script with the add_worker function and then run them together.

Steps To Reproduce

If you want to try, you can use the k8s test file; just change all the Mycelium options to turn true and run it; it will fail.

which network/s did you face the problem on?

Dev

version

.

Twin ID/s

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant screenshots/screen records

image

Relevant log output

ValidationError: Another mycelium seed is used for this network vh71o5bpbu9q34g on this 167
samaradel commented 4 days ago

Work in Progress (WIP): Checking myceliumSeeds and how script works

samaradel commented 3 days ago

Work Completed: