envoyproxy/gateway

[Gateway API v1.2 ] GEP-1762: In Cluster Gateway Deployments

Open

#4.330 geöffnet am 25. Sept. 2024

Auf GitHub ansehen
 (2 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Go (802 Forks)auto 404
area/conformancehelp wanted

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

To comply with GEP-1762: In Cluster Gateway Deployments , EG

  • MUST label all generated resources (Service, Deployment, etc) with gateway.networking.k8s.io/gateway-name: my-gateway (where my-gateway is the name of the Gateway resource).
  • MUST provision generated resources in the same namespace as the Gateway if they are namespace scoped resources. Cluster scoped resources are not recommended.
  • SHOULD name all generated resources my-gateway-example (-). This is not simply NAME to reduce the chance of conflicts with existing resources. Where required, this can also serve as the prefix for the object.

Related:

Contributor Guide