-
Notifications
You must be signed in to change notification settings - Fork 596
Description
What would you like to be added:
Support for merging Gateways should have standard & documented mechanic.
Why this is needed:
Knative generates on demand per-service certificates using HTTP-01 challenges. There can be O(1000) Knative Services in the cluster which means we have O(1000) distinct certificates. The Gateway Resource is a contention point since is the only place to attach listeners to gateways with certificates.
The spec currently has language to indicate implemenations MAY
merge Gateways resources but the mechanic isn't defined.
gateway-api/apis/v1beta1/gateway_types.go
Lines 76 to 78 in 541e9fc
// determines that the Listeners in the group are "compatible". An | |
// implementation MAY also group together and collapse compatible | |
// Listeners belonging to different Gateways. |
Secondly, given similar use-cases/needs for control planes to manage listeners it might make sense that merging
Gateways is part of extended
conformance.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status