...
"network-view": "cni_view"
}
}
Note | ||
---|---|---|
|
...
To run a macvlan network, enable promiscuous mode on the master interface (e.g. |
Following are the IPAM attributes:
IPAM Attributes | Description |
---|---|
type (Required) | Specifies the plugin type. This is also the file name of the plugin executable. |
subnet (Optional) | Specifies the CIDR to be used for the network. This is a well-known CNI attribute and is used by the driver. |
gateway(Optional) | Specifies the gateway for the network. This is a well-known CNI attribute and is simply passed through to CNI. If this attribute is mentioned, the gateway is created. |
routes (Optional) | If type is set to bridge, then the routes attribute specifies the routes for the network. This is a well-known CNI attribute and is simply passed through to CNI. |
network-view (Optional) | Specifies the Infoblox network view to use for this network. This is an Infoblox IPAM driver specific attribute. Other Infoblox specific attributes are not shown in the example configuration. |
Note | ||
---|---|---|
|
...
The Gateway defined in the configuration file needs to be reserved as a reservation IP. You should not use this reserved IP for other purposes. |