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
=== NAME TestK8sGatewayIstioAutoMtls
objects.go:27:
Timed out after 20.001s.
object /, Kind= default/gloo-proxy-gw should be available in cluster
The function passed to Eventually failed at /home/runner/work/gloo/gloo/test/kubernetes/testutils/assertions/objects.go:22 with:
object /, Kind= default/gloo-proxy-gw should be available in cluster
Unexpected error:
<*errors.StatusError | 0xc001a8d9a0>:
services "gloo-proxy-gw" not found
{
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {
SelfLink: "",
ResourceVersion: "",
Continue: "",
RemainingItemCount: nil,
},
Status: "Failure",
Message: "services \"gloo-proxy-gw\" not found",
Reason: "NotFound",
Details: {
Name: "gloo-proxy-gw",
Group: "",
Kind: "services",
UID: "",
Causes: nil,
RetryAfterSeconds: 0,
},
Code: 404,
},
}
occurred
Reproducable locally, will only pass with ISTIO_VERSION=1.22.0
When using istio versions < 1.22.0, the Gateway is never accepted, gets stuck at:
When running with Istio 1.21.0, the following errors are in the gloo pod logs that are not present for 1.22.0:
2024-11-23T01:23:07.927679Z info klog pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243: failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
2024-11-23T01:23:07.927704Z error watch error in cluster : failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
and
2024-11-23T01:23:22.289033Z info klog pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243: failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
2024-11-23T01:23:22.289214Z error watch error in cluster : failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
2024-11-23T01:23:22.474372Z info waiting for sync... name=DestinationRules attempt=150 time=14.625350673s
2024-11-23T01:23:27.548418Z info waiting for sync... name=DestinationRules attempt=200 time=19.699403634s
2024-11-23T01:23:32.636446Z info waiting for sync... name=DestinationRules attempt=250 time=24.787431053s
2024-11-23T01:23:37.733167Z info waiting for sync... name=DestinationRules attempt=300 time=29.884149264s
2024-11-23T01:23:38.046401Z info klog pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243: failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
2024-11-23T01:23:38.046526Z error watch error in cluster : failed to list *v1.DestinationRule: the server could not find the requested resource (get destinationrules.networking.istio.io)
2024-11-23T01:23:42.802034Z info waiting for sync... name=DestinationRules attempt=350 time=34.953374682s
2024-11-23T01:23:47.896576Z info waiting for sync... name=DestinationRules attempt=400 time=40.047937643s
2024-11-23T01:23:52.983262Z info waiting for sync... name=DestinationRules attempt=450 time=45.134623603s
2024-11-23T01:23:58.063068Z info waiting for sync... name=DestinationRules attempt=500 time=50.214431064s
Notably, for Isito 1.21.0 the destinationrules CRD is installed with versions v1alpha3,v1beta1 and for 1.22.0 it is installed with versions v1,v1alpha3,v1beta1
The text was updated successfully, but these errors were encountered:
sheidkamp
changed the title
Failures:
Failures: Nightly e2e "min" version tests
Nov 23, 2024
Which tests failed?
Which tests failed?
https://github.com/solo-io/gloo/actions/runs/11966777661/job/33388385030
All seem to be failing with an error similar to:
Reproducable locally, will only pass with ISTIO_VERSION=1.22.0
When using istio versions < 1.22.0, the Gateway is never accepted, gets stuck at:
When running with Istio 1.21.0, the following errors are in the
gloo
pod logs that are not present for 1.22.0:and
Notably, for Isito
1.21.0
the destinationrules CRD is installed with versionsv1alpha3,v1beta1
and for1.22.0
it is installed with versionsv1,v1alpha3,v1beta1
The text was updated successfully, but these errors were encountered: