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

貢獻者指南