mirror of https://github.com/kubernetes/kops.git
Support for using hostPort when using kube-router
This commit is contained in:
parent
d61ab29b65
commit
154d8220ba
|
@ -7196,6 +7196,13 @@ data:
|
|||
"ipam":{
|
||||
"type":"host-local"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "portmap",
|
||||
"capabilities": {
|
||||
"snat": true,
|
||||
"portMappings": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -22,6 +22,13 @@ data:
|
|||
"ipam":{
|
||||
"type":"host-local"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "portmap",
|
||||
"capabilities": {
|
||||
"snat": true,
|
||||
"portMappings": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue