Share via


ContainerServiceNetworkProfileKubeProxyConfig Class

Definition

Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'.

public class ContainerServiceNetworkProfileKubeProxyConfig
type ContainerServiceNetworkProfileKubeProxyConfig = class
Public Class ContainerServiceNetworkProfileKubeProxyConfig
Inheritance
ContainerServiceNetworkProfileKubeProxyConfig

Constructors

ContainerServiceNetworkProfileKubeProxyConfig()

Initializes a new instance of ContainerServiceNetworkProfileKubeProxyConfig.

Properties

IPVSConfig

Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'.

IsEnabled

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

Mode

Specify which proxy mode to use ('IPTABLES' or 'IPVS').

Applies to