Share via


NetworkPlugin type

Network plugin used for building the Kubernetes network.
KnownNetworkPlugin can be used interchangeably with NetworkPlugin, this enum contains the known values that the service supports.

Known values supported by the service

azure: Use the Azure CNI network plugin. See Azure CNI (advanced) networking for more information.
kubenet: Use the Kubenet network plugin. See Kubenet (basic) networking for more information.
none: No CNI plugin is pre-installed. See BYO CNI for more information.

type NetworkPlugin = string