Support for using hostPort when using kube-router

This commit is contained in:
Anders Ingemann 2020-08-05 13:00:45 +02:00
parent d61ab29b65
commit 154d8220ba
No known key found for this signature in database
GPG Key ID: 16A5864B259E59CD
2 changed files with 14 additions and 0 deletions

View File

@ -7196,6 +7196,13 @@ data:
"ipam":{
"type":"host-local"
}
},
{
"type": "portmap",
"capabilities": {
"snat": true,
"portMappings": true
}
}
]
}

View File

@ -22,6 +22,13 @@ data:
"ipam":{
"type":"host-local"
}
},
{
"type": "portmap",
"capabilities": {
"snat": true,
"portMappings": true
}
}
]
}