-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We have an environment that uplink name is not always the same across all worker/master nodes. in some it's called eth1 and others eth2 for example. right now if we deploy VPP DS it'll take config map (
vpp-dataplane/yaml/generated/calico-vpp.yaml
Line 182 in ad70801
| "interfaceName": "eth1", |
Describe the solution you'd like
A clear and concise description of what you want to happen.
To solve the issue now we have to keep deploying multiple DS with a nodeselector or affinity rules to be able to differenciate between node uplink interfaces , it'll make our deployment complex as we have to keep track of config maps sparely per node for vpp.
It would be nice to be able to have a way to configure uplink configurable per node but a bit easier than maintaining the whole deployment and config map separate.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the feature request here.