Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerServiceNetworkProfileKubeProxyConfig

Package version

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

Hierarchy

  • ContainerServiceNetworkProfileKubeProxyConfig

Index

Properties

Properties

Optional enabled

enabled: undefined | false | true

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

Optional ipvsConfig

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

Optional mode

mode: Mode

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

Generated using TypeDoc