Code Monkey home page Code Monkey logo

ansible-role-hvswitch-k8s's People

Contributors

matthiaslohr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ansible-role-hvswitch-k8s's Issues

"netplan" rules to the "ip rule"

Matthias, can you please covert the netplan rules to the debian ip command?
I tried to convert by myself but it does not work.

My initial hetzner and cluster data:

subnet assigned to the vSwitch: 168.168.168.104/29
internal network range for cluster internal communication: 192.168.100.0/24
the default service IP range: 10.96.0.0/12
the Pod IP range: 10.244.0.0/16

My routing table /etc/iproute2/rt_tables:

# cat /etc/iproute2/rt_tables
255     local
254     main
253     default
0       unspec
1       vswitch

The settings that I tried in the /etc/network/interfaces

# cat /etc/network/interfaces
auto enp0s31f6.4000
iface enp0s31f6.4000 inet static
  # UP PRIVATE NETWORK
  address 192.168.100.3
  netmask 255.255.255.0
  vlan-raw-device enp0s31f6
  mtu 1400

  up ip rule add from 168.168.168.104/29 to 10.96.0.0/12 lookup main
  up ip rule add from 168.168.168.104/29 to 10.244.0.0/16 lookup main
  up ip rule add from 168.168.168.104/29 lookup vswitch
  up ip rule add to 10.244.0.0/16 lookup vswitch

  up ip route add default via 168.168.168.105 dev enp0s31f6.4000 onlink table vswitch

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.