envoyproxy/gateway

Using `NodePort` + `externalTrafficPolicy: Local` should set `Spec.Addresses` to only the nodes where Envoy is running

已关闭

#9,528 创建于 2026年7月20日

 (1 条评论) (0 个反应) (1 位负责人)Go (802 个派生)auto 404
help wantedkind/bug

仓库指标

星标
 (2,871 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description: When EnvoyProxy has type: NodePort:

  spec:
    provider:
      kubernetes:
        envoyService:
          externalTrafficPolicy: Local
          type: NodePort

all node addresses appear in Status.Addresses. But with externalTrafficPolicy: Local, the default, traffic is only routed to Envoy if it arrives at a node where there is a replica truly running. Only these addresses should appear in Status.Addresses

Repro steps: See above

Environment: Latest gateway version

贡献者指南