Share via


NetworkPlugin type

Defines values for NetworkPlugin.
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: Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality.

type NetworkPlugin = string