Closed remyleone closed 5 years ago
docker-machine version 0.16.0, build 702c267f
docker-machine create -d scaleway --scaleway-organization xxx --scaleway-token xxx test-machine Running pre-create checks... Creating machine... (txr) Creating SSH key... (txr) Creating server... Error creating machine: Error in driver during machine creation: START1-S wrong commercial type
START-1S is not valid name, name must be:
C1, C2[S|M|L], X64-[2|4|8|15|30|60|120]GB, ARM64-[2|4|8]GB
"START-1S" is "X64-2GB"
I have the same problem, trying to provision a START1-M
server. Neither START1-M
nor X64-4GB
work, I always receive the error Error in driver during machine creation: X64-4GB wrong commercial type
.
This fixed in version 1.6, you can now use any name that are in listed in https://cp-par1.scaleway.com/products/servers
Same error occurs now with the latest version... Tried with START1-L, DEV1-XL, DEV1-L...
Same here:
docker-machine create -d scaleway \
--scaleway-token=XX --scaleway-organization=XX \
--scaleway-name="test5" --scaleway-commercial-type="START1-S" \
test5
Replies:
Running pre-create checks...
Creating machine...
(test98) Creating SSH key...
(test98) Creating server...
Error creating machine: Error in driver during machine creation: START1-S wrong commercial type