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
Thank you for the great video and explanation.
I was trying to run the setup on Mac. I have installed Docker Desktop and FootLoose.
When trying with flannel/bootstrap.sh, I got the below error, Could you please suggest on getting through this error?
Anils-MacBook-Pro:flannel root# sh bootstrap.sh
Error response from daemon: network with name footloose-cluster already exists
0.6.3: Pulling from korvus/debian10
Digest: sha256:68f32cedc86d08860857df96a0d1ea2fa238fde9a957160353238afa999cb95d
Status: Image is up to date for korvus/debian10:0.6.3
docker.io/korvus/debian10:0.6.3
INFO[0000] Image: korvus/debian10:0.6.3 present locally
INFO[0000] Creating machine: footloose-k8s-node0 ...
INFO[0000] Connecting footloose-k8s-node0 to the footloose-cluster network...
ERRO[0002] Error response from daemon: Container f92b37e6bd62e6e402dc8d4be8dc0255f473d619cb2c3f81e4421602d8067b4d is not running machine=footloose-k8s-node0
FATA[0002] exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
=============
Container Log:
Failed to lookup module alias 'autofs4': Function not implemented
systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Detected virtualization docker.
Detected architecture x86-64.
Welcome to Debian GNU/Linux 10 (buster)!
Set hostname to .
Failed to bump fs.file-max, ignoring: Invalid argument
Failed to create /init.scope control group: Read-only file system
Failed to allocate manager object: Read-only file system
[!!!!!!] Failed to allocate manager object.
Exiting PID 1...
The text was updated successfully, but these errors were encountered:
I ran into the same issue. It's because the latest docker desktop has upgraded to use cgroup v2. However, there hasn't been an update on the footloose project for a long time. One can follow this PR weaveworks/footloose#277 and fork the https://github.com/brightzheng100/footloose to build a footloose executable from the master branch.
Thank you for the great video and explanation.
I was trying to run the setup on Mac. I have installed Docker Desktop and FootLoose.
When trying with flannel/bootstrap.sh, I got the below error, Could you please suggest on getting through this error?
Anils-MacBook-Pro:flannel root# sh bootstrap.sh
Error response from daemon: network with name footloose-cluster already exists
0.6.3: Pulling from korvus/debian10
Digest: sha256:68f32cedc86d08860857df96a0d1ea2fa238fde9a957160353238afa999cb95d
Status: Image is up to date for korvus/debian10:0.6.3
docker.io/korvus/debian10:0.6.3
INFO[0000] Image: korvus/debian10:0.6.3 present locally
INFO[0000] Creating machine: footloose-k8s-node0 ...
INFO[0000] Connecting footloose-k8s-node0 to the footloose-cluster network...
ERRO[0002] Error response from daemon: Container f92b37e6bd62e6e402dc8d4be8dc0255f473d619cb2c3f81e4421602d8067b4d is not running machine=footloose-k8s-node0
FATA[0002] exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
FATA[0000] hostport: failed to inspect container: exit status 1
=============
Container Log:
Failed to lookup module alias 'autofs4': Function not implemented
systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Detected virtualization docker.
Detected architecture x86-64.
Welcome to Debian GNU/Linux 10 (buster)!
Set hostname to .
Failed to bump fs.file-max, ignoring: Invalid argument
Failed to create /init.scope control group: Read-only file system
Failed to allocate manager object: Read-only file system
[!!!!!!] Failed to allocate manager object.
Exiting PID 1...
The text was updated successfully, but these errors were encountered: