From 28911a21001927cce0bcf5f885b7af5c5070adf1 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Tue, 14 Jan 2025 12:59:00 -0800 Subject: [PATCH] Resolves initial review feedback Signed-off-by: Daneyon Hansen --- docs/enhancements/10411.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enhancements/10411.md b/docs/enhancements/10411.md index c3e9bd47610..d6586adcb74 100644 --- a/docs/enhancements/10411.md +++ b/docs/enhancements/10411.md @@ -25,7 +25,7 @@ The following list defines non-goals for this EP. * Run production traffic using this feature. * Provide k8sgateway-specific GIE extensions. * Support non-GIE traffic routing functionality that may be achieved through integration with k8sgateway-specific APIs. -* Provide stats for the gRPC connection between Gateway and GIE implementations. +* Provide stats for the initial GIE implementation since it lacks a metrics endpoint. * Secure the gRPC connection between Gateway and GIE implementations. * Support k8sgateway upgrades when this feature is enabled. @@ -68,4 +68,4 @@ The following sections describe implementation details for this EP. ## Open Questions -1. Is a new plugin type required or can an existing type be utilized, e.g. UpstreamPlugin? +1. ~Is a new plugin type required or can an existing type be utilized, e.g. UpstreamPlugin?~ A new plugin type will be created specific to GIE.