sh2
sh2
by updating `Status` in Policies to `PolicyAncestorStatus`, this will also requires some changes in `egctl x status`
should we change it directly to `PolicyAncestorStatus` or instead consider [`PolicyStatus`](https://github.com/kubernetes-sigs/gateway-api/blob/72f679c7c67228f5b4340e0c2f50cc04b36945b1/apis/v1alpha2/policy_types.go#L187) which each `Ancestors` can refer to objects that are either the Target of a policy or above it in...
Hi @Xunzhuo, is this issue considered to be done? or we have something else to do?
facing the same issue with BTP as in e2e test https://github.com/envoyproxy/gateway/actions/runs/8073622448/job/22057769156?pr=2665#step:6:2130 #2665 introduce merge gateways e2e test, that requires multiple-gatewayclass per controller feature. but this test will affects all the...
I will take this one forward.
let's keep it open, this test case just be disabled, not fixed
This problem will not exist if the Gateways and HTTPRoutes got deleted first, then delete the rest GatewayClass and EP. If the GatewayClass and EP got deleted first, the merge...
Found the reason that causing this problem, and it does not seems like a bug to me, so closing this one now.
> hey @shawnh2 if the GWC gets deleted first, why will the GWs get created again ? by answering this question, i toke a closer look at EG reconcile method,...