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

    Topics

    • S

      How to install Tools for Windows 2019 VM?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      3
      0 Votes
      3 Posts
      4k Views
      S
      @olivierlambert Thank you so much. Got it.
    • S

      Kubernetes Recipe - Basic setup not working

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      16
      0 Votes
      16 Posts
      2k Views
      R
      It seems that Debian Buster has some problems with Kubernetes. While this base setup is working, one should also assure that every tool uses the legacy iptables. If not, pod's will not be able to reach the kubernetes api... And then... failure all over! So we also need: update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy update-alternatives --set arptables /usr/sbin/arptables-legacy update-alternatives --set ebtables /usr/sbin/ebtables-legacy ```