You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MUST label all generated resources (Service, Deployment, etc) with gateway.networking.k8s.io/metadata.name: my-gateway (where my-gateway is the name of the Gateway resource).
MUST name all generated resources my-gateway-example (-). This is not simply NAME to reduce the chance of conflicts with existing resources.
Motivation
This approach is already being seen with Istio and may improve interoperability.
Note, special concern should be taken with cluster-scoped resource. The current approach of adding namespace to combined name should be retained.
Proposal
Naming as suggested in GEP 1762
The text was updated successfully, but these errors were encountered:
Summary
GEP 1762 states (MUST):
Motivation
This approach is already being seen with Istio and may improve interoperability.
Note, special concern should be taken with cluster-scoped resource. The current approach of adding namespace to combined name should be retained.
Proposal
Naming as suggested in GEP 1762
The text was updated successfully, but these errors were encountered: