mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
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 %}
|
{% endif %}
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"portmap",
|
||||||
|
"capabilities":{
|
||||||
|
"portMappings":true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user