Linkerd fails to install, no running pods for linkderd-distination

Thank you, that was the logs info I needed.

For posterity purposes, my issue was I needed to load two modules on the cluster nodes to enable the functionality required by the ipables commands.

  1. modprobe xt_REDIRECT
  2. modprobe xt_owner

Dave