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
For now, the kubernetesYAMLToResources function in egctl x translate only able to process one GatewayClass, for multiple GC case, the translation will fail.
The GC and EP should be stored in list instead of variable
Above function should be placed in gatewayapi layer (This will be super helpful for file-provider in standalone mode to reuse this logic to load all kinds of resources from file)
Any thoughts on this? cc @envoyproxy/gateway-maintainers
[optional Relevant Links:]
Any extra documentation required to understand the issue.
The text was updated successfully, but these errors were encountered:
Description:
For now, the
kubernetesYAMLToResources
function inegctl x translate
only able to process one GatewayClass, for multiple GC case, the translation will fail.gateway/internal/cmd/egctl/translate.go
Line 628 in c0068a0
IMO, above function should return something like:
Any thoughts on this? cc @envoyproxy/gateway-maintainers
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: