-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem creating non-default instance type #40
Comments
Hi @juskrey, Yes, the API recently changed on this point and we now need to automatically append new disks to match the requirements. We will fix it asap |
Thanks @QuentinPerez for your fix, Can you explain how to use your workaround ? In the meantime, I'm thinking about how to hide this complexity |
Hi @juskrey, thank you Now you can add an additional volume with docker-machine create -d scaleway --scaleway-name="my-docker1" --scaleway-commercial-type="VC1M" --scaleway-volumes="50G" --scaleway-debug my-docker1 |
With examples about how to boot specific offers (#40)
When I run:
the system keep responding: When I remove -scaleway-debug, the system keep responding: I also open a ticket via my account. Thanks! |
Hi @pascalandy, are you using the latest version ? When I tried with the latest version, I have this. docker-machine create -d scaleway --scaleway-name="SVR-54321" --scaleway-commercial-type="VC1S" --scaleway-volumes="50G" --scaleway-debug SVR-54321
Running pre-create checks...
Creating machine...
(SVR-54321) Creating SSH key...
(SVR-54321) Creating server...
Error creating machine: Error in driver during machine creation: VC1S instances are limited to 50GB volumes It's because you can not add extra volumes with VC1S instance. To install the latest version, pull this repository and |
I've this: About:
I get it. EDIT!: What about the image error? About:
This is what I did:
I'm lost here ... $GOPATH not set. Cheers! |
Ok, your golang workflow is not well configured, (you can remove your docker-machine-driver-scaleway/) $ cd # go to home directory
$ mkdir go # create your gopath directory
$ export GOPATH=$(pwd)/go # you can add this in your .{zsh,bash,...}rc
$ go get -u github.com/scaleway/docker-machine-driver-scaleway # pull the latest version from github And retry your docker-machine command. For the next time, if you want to get the latest version you can do this $ cd $GOPATH/src/github.com/docker-machine-driver-scaleway
$ git pull
$ go install |
I'm still having issue with my installation.
I'm sorry for this, I have no anchors/knowledge about how Go is supposed to be installed. Cheers! |
You must export your $GOPATH, please follow my instructions above (just the first block) |
@QuentinPerez, as the project is still young, we need to release new binaries as soon as we fix blocking issues and keep the manual install only for small improvements |
@pascalandy, here is a new release: https://github.com/scaleway/docker-machine-driver-scaleway/releases/tag/v1.2.0 @QuentinPerez, can you add a "build from source" section in the README ? |
OK guys, I rm the old repo to ensure I use v1.2.0 Got another kind of error:
I keep the faith :-p |
@pascalandy, I introduced a typo (just removed, try again please) |
Tried to launch a host via docker-machine but it failed. So, I re-installed docker-machine-driver-scaleway via brew.
|
Hey guys! May I asked if I can count on docker-machine scaleway? I really need to put swarm at work for our production needs. Or if docker-machine is not ready, I would appreciate help about moving on and use Swarm with C2s :) BTW, I tried Rancher and I was impressed, but they don't support Compose V2 at this point. Cheers! |
Hi @pascalandy can you retry |
Hey Quentin, I tried hard for 90 minutes to make it work but I'm running after my tail :-(
The system does not return any confirmation or error. I assume it's all good here. Go works fine.
Damm ... errors, see here: https://gist.github.com/pascalandy/b43c4c4cc20ce2a5afccb8c79410f20f 3a) Driver docker-machine-driver-scaleway|master ⇒ docker-machine create -d scaleway -h 3b) I see the binary here: EDIT — It would be great to have a video cast about the installation. There is too many moving parts. I never messed this much with a CLI before. Are the info I provided help ? |
Hi @pascalandy, Can you just try: $ brew update
$ brew upgrade scaleway/scaleway/docker-machine-driver-scaleway We will add the instructions to uprade docker-machine-driver-scaleway from homebrew. 😊 |
Hi @QuentinPerez,
here is the issue again - https://gist.github.com/pascalandy/75a47e7450584c34769d700dd74e01ea
|
Let's close this. The readme is now clearer to follow :) |
Trying to create a machine with VC1M instance type like
Produces error:
The text was updated successfully, but these errors were encountered: