Replies: 3 comments 7 replies
-
Are you referring to settings that are generic to the control plane itself? |
Beta Was this translation helpful? Give feedback.
-
NKG already handles multiple GatewayClasses (it uses one and rejects the rest) provided that their controllerName matches NKG controllerName (configured via cli arg) So I think it makes sense to divide control plane configuration from data plane configuration. For data plane configuration, configure it via GatewayClass extension points and Gateway (once it is part of the API https://gateway-api.sigs.k8s.io/geps/gep-1867/ ) Also, consider that we plan to eventually split control plane from data plane, with control plane configuring multiple data planes. In this case, bundling control plane and data plane doesn't look right. |
Beta Was this translation helpful? Give feedback.
-
The team met today and decided to move forward with this in an enhancement proposal for dynamic control plane configuration. In this proposal, we'll be moving forward with configuration control plane configuration in its own CRD. |
Beta Was this translation helpful? Give feedback.
-
As we progress NKG beyond just the Gateway API, we need a place to put additional configuration features for the control plane. We've had less initially discussion on this, but this may be related to how to implement configuration for data plane specific features.
Questions to prompt discussion:
Beta Was this translation helpful? Give feedback.
All reactions