You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the most recent version of Docker-machine, and using Ubuntu:15.04 or Alpine:latest, I'm unable to run ipvsadm. No matter what I do, I get this error (any ideas?):
bash-4.3# ipvsadm
modprobe: can't change directory to '/lib/modules': No such file or directory
Can't initialize ipvs: Protocol not available
Are you sure that IP Virtual Server is built in the kernel or as module?
~/c/ipvs ❯❯❯ docker version ⏎
Client:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 18:18:11 2016
OS/Arch: darwin/amd64
Server:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 19:55:25 2016
OS/Arch: linux/amd64
The text was updated successfully, but these errors were encountered:
$ docker-machine ssh default # or whatever machine name you use
$ sudo modprobe ip_vs
This should load the IPVS kernel module. Normally ipvsadm does it for you automatically though, so I'm not sure what happened there. Note that you should run ipvsadm and modprobe with sudo, since it requires kernel access.
Great presentation at DockerCon!
Running the most recent version of Docker-machine, and using Ubuntu:15.04 or Alpine:latest, I'm unable to run ipvsadm. No matter what I do, I get this error (any ideas?):
bash-4.3# ipvsadm
modprobe: can't change directory to '/lib/modules': No such file or directory
Can't initialize ipvs: Protocol not available
Are you sure that IP Virtual Server is built in the kernel or as module?
~/c/ipvs ❯❯❯ docker version ⏎
Client:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 18:18:11 2016
OS/Arch: darwin/amd64
Server:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 19:55:25 2016
OS/Arch: linux/amd64
The text was updated successfully, but these errors were encountered: