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:
parent
a7b8708dfc
commit
5a311236c4
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"portmap",
|
||||||
|
"capabilities":{
|
||||||
|
"portMappings":true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue