XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. naeemarsalan
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    naeemarsalan

    @naeemarsalan

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    naeemarsalan Unfollow Follow

    Best posts made by naeemarsalan

    • XOA Kubernetes Recipe FYI CoreDNS not starting (unreachable backend: read udp )

      Hey Guys,

      I recently used the XOA Recipe to create Kuberentes Cluster but by default it uses debian as os image. Which causes the internal Kube Proxy to fail to resolve DNS internally.

      2018/11/12 07:40:00 [ERROR] 2 AAAA: unreachable backend: read udp 192.168.18.1:36161->10.0.2.3:53: i/o timeout
      

      Apply the Following fix on all Master/Nodes

      sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
      sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
      

      Restart Master/Node Machines and then CoreDNS pods will start to work.

      Solution Provided By This Blog Post:
      https://www.jeffgeerling.com/blog/2019/debugging-networking-issues-multi-node-kubernetes-on-virtualbox

      posted in Xen Orchestra
      naeemarsalanN
      naeemarsalan

    Latest posts made by naeemarsalan

    • XOA Kubernetes Recipe FYI CoreDNS not starting (unreachable backend: read udp )

      Hey Guys,

      I recently used the XOA Recipe to create Kuberentes Cluster but by default it uses debian as os image. Which causes the internal Kube Proxy to fail to resolve DNS internally.

      2018/11/12 07:40:00 [ERROR] 2 AAAA: unreachable backend: read udp 192.168.18.1:36161->10.0.2.3:53: i/o timeout
      

      Apply the Following fix on all Master/Nodes

      sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
      sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
      

      Restart Master/Node Machines and then CoreDNS pods will start to work.

      Solution Provided By This Blog Post:
      https://www.jeffgeerling.com/blog/2019/debugging-networking-issues-multi-node-kubernetes-on-virtualbox

      posted in Xen Orchestra
      naeemarsalanN
      naeemarsalan