你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceNetworkProfileKubeProxyConfig 类

定义

保存 kube-proxy 的配置自定义项。 未定义的任何值都将使用 kube-proxy 默认行为。 请参阅 https://v<version.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/> 其中<版本>由<主版本次要<版本>>字符串表示。 Kubernetes 版本 1.23 将是“1-23”。

public class ContainerServiceNetworkProfileKubeProxyConfig
type ContainerServiceNetworkProfileKubeProxyConfig = class
Public Class ContainerServiceNetworkProfileKubeProxyConfig
继承
ContainerServiceNetworkProfileKubeProxyConfig

构造函数

ContainerServiceNetworkProfileKubeProxyConfig()

初始化 ContainerServiceNetworkProfileKubeProxyConfig 的新实例。

属性

IPVSConfig

保留 IPVS 的配置自定义项。 仅当“mode”设置为“IPVS”时,才可指定。

IsEnabled

如果不存在“kubeProxyConfig”,则是否在 (群集上的 kube-proxy 上启用,默认情况下,在 AKS 中启用 kube-proxy 而不) 这些自定义项。

Mode

指定要 (“IPTABLES”或“IPVS”) 使用的代理模式。

适用于