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
Add GRUB_CMDLINE_LINUX="ipv6.disable=1" in /etc/default/grub, then sudo update-grub
reboot
Try to deploy the cookbook
See error
π Expected behavior
docker service starts properly
β Additional context
Is it still necessary to add ipv6 forwarding by calling sysctl?
Isn't there any other way to do it?
This could be fixed by adding -e to the sysctl calls without impacting unaffected users.
The text was updated successfully, but these errors were encountered:
π» Brief Description
The
line added to the docker service file prevents the docker service to start if ipv6.disable=1 has been set in the kernel.
π₯ Cookbook version
11.3.0
π©βπ³ Chef-Infra Version
18.1.0
π© Platform details
ubuntu server 22.04
Steps To Reproduce
Steps to reproduce the behavior:
π Expected behavior
docker service starts properly
β Additional context
Is it still necessary to add ipv6 forwarding by calling sysctl?
Isn't there any other way to do it?
This could be fixed by adding -e to the sysctl calls without impacting unaffected users.
The text was updated successfully, but these errors were encountered: