Open romilbhardwaj opened 3 months ago
cc @JungleCatSW were there any recent changes to the cudo API which may be causing this?
I’m also experiencing this issue with launching VMs on Cudo Cloud. Is there any progress on resolving this.
@sarath7974 Would you be able to test with this branch: https://github.com/skypilot-org/skypilot/pull/3841
If it works for you, we will merge it soon : )
@Michaelvll Tested PR #3841, but encountered a different error.
ValueError: Invalid value for `network_id`, must not be `None`
During handling of the above exception, another exception occurred:
TypeError: NetworksApi.delete_network() missing 1 required positional argument: 'network_id'
The above exception was the direct cause of the following exception:
sky.provision.common.StopFailoverError: During provisioner's failover, terminating 'vm' failed. This can cause resource leakage. Please check the failure and the cluster status on the cloud, and manually terminate the cluster. Details: [TypeError] NetworksApi.delete_network() missing 1 required positional argument: 'network_id'
sky launch
is failing with an error from Cudo API. Also reported by users on slack.Full stack trace: