Fixes
- Use kube builder instead of skv2 for faster and easier codegen for GGv2 CRDs. (https://github.com/solo-io/solo-projects/issues/6490)
- Optimizes the
glooctl check
command by reducing the time taken to check resources by almost half in large environments consisting of over 500 namespaces (#9673) - Infer the gloo deployment name in cases where the deployment name is not the default
gloo
. The gloo deployment is identified by thegloo=gloo
label. (#9163) - Fix a bug where the service and function names of a discovered gRPC service are not printed when running glooctl get upstreams (#9644)