website/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/DefaultHostNetworkHostPorts...

1.2 KiB
Raw Permalink Blame History

title content_type _build stages removed
DefaultHostNetworkHostPortsInPodTemplates feature_gate
list render
never false
stage defaultValue fromVersion toVersion
deprecated false 1.28 1.30
true

此特性门控将控制何时为使用 hostNetwork: true 的 Pod 设置 .spec.containers[*].ports[*].hostPort 默认值。

启用此特性意味着默认值甚至会分配给嵌入式 PodTemplate例如Deployment.spec,这是 Kubernetes 旧版本的工作方式。 你应该迁移你的代码,使其不再依赖于原先的行为。