network Data Plane
Parameters
value
Specifies the data plane used for building the Kubernetes network. Possible values are azure
and cilium
. Defaults to azure
. Disabling this forces a new resource to be created.
Note: When
network_data_plane
is set tocilium
, thenetwork_plugin
field can only be set toazure
. Note: Whennetwork_data_plane
is set tocilium
, one of eithernetwork_plugin_mode = "overlay"
orpod_subnet_id
must be specified.