Skip to content
Snippets Groups Projects
Unverified Commit 5a311236 authored by Alexander Evseev's avatar Alexander Evseev Committed by GitHub
Browse files

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
parent a7b8708d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
{% endif %} {% endif %}
"type":"host-local" "type":"host-local"
} }
},
{
"type":"portmap",
"capabilities":{
"portMappings":true
}
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment