threefoldtech / tfgrid-sdk-ts

Apache License 2.0
4 stars 8 forks source link

Caprover `Manage worker` tab functionality isn't working correctly #1401

Closed A-Harby closed 12 months ago

A-Harby commented 1 year ago

Description

Testnet, 2.2.0-rc3.

After deploying a Caprover, I tried to add a worker, but it kept getting the same error: Cannot read properties of undefined (reading 'data').

image

And I couldn't delete the worker that I deployed while deploying the master.

image

A-Harby commented 1 year ago

Could be related to https://github.com/threefoldtech/tfgrid-sdk-ts/issues/1400

A-Harby commented 1 year ago

The add worker is working correctly, and I was able to add a worker with no errors. image

But deleting workers is still not working. I tried to only delete one worker, but it didn't delete, and the manage tab is stuck as I can't press anything on it.

image image

And after refreshing cauing, the whole page wasn't responding; the deployment didn't list. image

A-Harby commented 12 months ago

Verified, Devnet: https://github.com/threefoldtech/tfgrid-sdk-ts/commit/a5146d94a9119d31e0324babafeb8b8fb2b3e6da.

Deploying Kubernetes master and worker and deleting them worked correctly with no errors. image And then I tried adding and removing more workers, and it worked fine. image

TC1594: Deploy Caprover