ContainerServiceNetworkProfileKubeProxyConfig.IsKubeProxyEnabled Property

Definition

Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations).

public bool? IsKubeProxyEnabled { get; set; }
member this.IsKubeProxyEnabled : Nullable<bool> with get, set
Public Property IsKubeProxyEnabled As Nullable(Of Boolean)

Property Value

Applies to