kakao / network-node-manager

network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.
Apache License 2.0
108 stars 20 forks source link

NFT version / Support for CentOS/Rocky 8 #15

Closed mazocode closed 2 years ago

mazocode commented 3 years ago

Do you guys plan an NFT version by any chance? Looks like this does not work with CentOS/Rocky:

2021-08-30T15:17:21.020Z        INFO    controllers.Service.reconcile   create a iptables rule for externalIP to clusterIP      {"service": "41b0a981-d40c-53dd-84b4-7cb2a265647a/public-dns-powerdns-udp", "externalIP": "a.b.c.d", "clusterIP": "10.90.4.210"}
2021-08-30T15:17:21.022Z        ERROR   controllers.Service.reconcile   iptables v1.8.6 (legacy): Couldn't load target `KUBE-MARK-MASQ':No such file or directory
mazocode commented 3 years ago

Created a pull request: https://github.com/kakao/network-node-manager/pull/16