enix / helm-charts

A collection of Helm packages brought to you by Enix Monkeys :monkey_face:

Home Page:https://charts.enix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[kube-router] hairpin mode misses configuration in cni-conf.json

abuisine opened this issue · comments

while enable hairpinMode, a field must be added to the cni-conf.json :

  cni-conf.json: |
    {
       "cniVersion":"0.3.0",
       "name":"mynet",
       "plugins":[
          {
             "name":"kubernetes",
             "type":"bridge",
             "bridge":"kube-bridge",
             "isDefaultGateway":true,
             "hairpinMode":true,
             "ipam":{
                "type":"host-local"
             }
          }
       ]
    }

Also I need to add settings for hostports.