Enable portmap CNI plugin with kube-router (#6204)
... to have working `hostPort` for containers. See: https://www.kube-router.io/docs/user-guide/#hostport-supportpull/6258/head
parent
a7b8708dfc
commit
5a311236c4
|
@ -16,6 +16,12 @@
|
|||
{% endif %}
|
||||
"type":"host-local"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"portmap",
|
||||
"capabilities":{
|
||||
"portMappings":true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue