envoyproxy/gateway

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

Fermée

#9 528 ouverte le 20 juil. 2026

 (1 commentaire) (0 réaction) (1 personne assignée)Go (802 forks)auto 404
help wantedkind/bug

Métriques du dépôt

Stars
 (2 871 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur