containernetworking / cni.dev

CNI website
https://cni.dev
Apache License 2.0
48 stars 55 forks source link

How to _only_ assign gateway IP #141

Closed souravl closed 3 months ago

souravl commented 3 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).

souravl commented 3 months ago

closed as this seems repo documentation related