containernetworking / plugins

Some reference and example networking plugins, maintained by the CNI team.
Apache License 2.0
2.17k stars 778 forks source link

How to _only_ assign gateway IP #1063

Open souravl opened 2 months ago

souravl commented 2 months ago

Is there a way to only assign gateway IP address to bridge without assigning IP addresses to pods?

Right now I have to keep ipam empty and assign IP address to the bridge via ifconfig.

(pods assign themselves a static IP address from the subnet based on some internal logic).