Skip to content

bug: TLS and UDP errors - disabling it should be possible #2358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RuiSMagalhaes opened this issue Feb 26, 2025 · 0 comments
Open

bug: TLS and UDP errors - disabling it should be possible #2358

RuiSMagalhaes opened this issue Feb 26, 2025 · 0 comments

Comments

@RuiSMagalhaes
Copy link

Current Behavior

for GKE, udp and tls routes are not an option so we should be able to disable it in the ingress controller somehow otherwise errors will appear.

Expected Behavior

We should be able to disable the tls and udp rules from the controller somehow

Error Logs

W0227 02:31:19.824083 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
E0227 02:31:19.824124 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TCPRoute: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
W0227 02:32:01.112273 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
E0227 02:32:01.112337 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.UDPRoute: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
W0227 02:32:07.456931 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 
E0227 02:32:07.457008 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TLSRoute: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 
W0227 02:32:09.158337 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
E0227 02:32:09.158400 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TCPRoute: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
W0227 02:32:37.070378 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
E0227 02:32:37.070485 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.UDPRoute: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
W0227 02:32:59.365669 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 
E0227 02:32:59.365720 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TLSRoute: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 
W0227 02:33:04.938251 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
E0227 02:33:04.938294 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TCPRoute: failed to list *v1alpha2.TCPRoute: the server could not find the requested resource (get tcproutes.gateway.networking.k8s.io) 
W0227 02:33:25.935277 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
E0227 02:33:25.935319 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.UDPRoute: failed to list *v1alpha2.UDPRoute: the server could not find the requested resource (get udproutes.gateway.networking.k8s.io) 
W0227 02:33:30.889225 1 reflector.go:535 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 
E0227 02:33:30.889321 1 reflector.go:147 pkg/mod/k8s.io/client-go@v0.28.2/tools/cache/reflector.go:229: Failed to watch *v1alpha2.TLSRoute: failed to list *v1alpha2.TLSRoute: the server could not find the requested resource (get tlsroutes.gateway.networking.k8s.io) 



Steps to Reproduce

  1. install the ingress controller helm chart provided here

Environment

  • APISIX Ingress controller version v1.8.3
  • Kubernetes cluster version v1.30.8-gke.1261000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant