Rancher Failed to Start on Ubuntu 22.04

Error message: [INFO] Waiting for server to become available: Get “https://127.0.0.1:6444/version?timeout=15m0s”: dial tcp 127.0.0.1:6444: connect: connection refused

  • Modify GRUB_CMDLINE_LINUX in /etc/default/grub to have an entry as follow :

GRUB_CMDLINE_LINUX=”cgroup_memory=1 cgroup_enable=memory swapaccount=1 systemd.unified_cgroup_hierarchy=0

  • Add the following line at the end of /etc/sysctl.conf file.

net.bridge.bridge-nf-call-iptables=1

  • Run sudo update-grub
  • Run sudo reboot

About the Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may also like these