Enable portmap CNI plugin with kube-router (#6204)
... to have working `hostPort` for containers. See: https://www.kube-router.io/docs/user-guide/#hostport-support
This commit is contained in:
@ -16,6 +16,12 @@
|
||||
{% endif %}
|
||||
"type":"host-local"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"portmap",
|
||||
"capabilities":{
|
||||
"portMappings":true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user