I am writing a node provider and I need to access the disk_size field from node_provider.create_node(). However, the node_config Dict only has the instance type in it. How can I get skypilot to pass in more info from the resources?
Sean Berry
Asked on Dec 18, 2023
To access the disk_size field from node_provider.create_node() in skypilot, you can refer to this PR: link. It shows an example of how to pass additional information from the resources using the provisioner API. Additionally, you may find this PR helpful for adding a new cloud using the new provisioner API: link.