Skip to content
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

It does not work with Kubernetes v1.22+ #128

Open
adidenko opened this issue Jan 25, 2022 · 2 comments
Open

It does not work with Kubernetes v1.22+ #128

adidenko opened this issue Jan 25, 2022 · 2 comments

Comments

@adidenko
Copy link
Contributor

Kubernetes v1.22 removes a lot of previously deprecated apiVersions, and k8s-netchecker-server uses a lot of outdated libraries and removed apiVersions which leads to crashes.

Log from the Pod:

I0125 10:22:25.362825       1 server.go:48] K8s netchecker. Compiled at: 20180102-12:47:46-UTC
I0125 10:22:25.362915       1 server.go:54] Start listening on 0.0.0.0:8081
E0125 10:22:25.372368       1 storer_k8s.go:68] the server could not find the requested resource
E0125 10:22:25.372390       1 server.go:58] Error while setting up the handler. Details: the server could not find the requested resource
panic: the server could not find the requested resource

goroutine 1 [running]:
main.main()
	/home/travis/gopath/src/github.com/Mirantis/k8s-netchecker-server/cmd/server.go:59 +0x6d3
@anders-elastisys
Copy link

Same issue here (on v1.23.7), I tried to install netchecker-server using Helm and had to change the apiVersions as they were deprecated and then I got the exact same logs.

@ekochen
Copy link

ekochen commented Apr 24, 2024

same issue with k8s 1.26.13

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

3 participants