doctl
doctl copied to clipboard
Droplet sizes in doctl do not match those displayed in the Web
Describe the Issue: doctl compute size list
lists 70 different types of VMs, however many of those do not match with what's provided on the web site. Every size that is present in the command output with a disk size of over 100gb shows as 100gb on the web, while the API shows a larger size. The reason the API fetches more than the web is because of #381. However, the problem here is the mismatch in disk size between the API and the website.
Environment:
- doctl version: doctl 1.75.0-1
- OS: Manjaro
- Installation method: Manjaro Repos
Additional Details:
The results in doctl
seem to match those on the api site
However, it is possible there are quotas preventing my account from using disks with a size greater than 100gb. If this is the case, the API should also enforce the quotas and not display larger disk sizes and allow me to create instances with larger disk sizes.
Hi @cool00geek,
If you could give a specific example of a slug for a plan you see in the API but not the control panel, it would be helpful in understanding the problem.
One thing to note is that some sizes that the API returns are not show as discrete plans in the control panel. Instead, they can be found by using the "disk options" to increase the available storage. Could that account for the additional plans you are seeing?