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

Analyzer's k8s probe doesn't support Kubernetes >= 1.16 #2169

Closed
LoicLeGal opened this issue Mar 3, 2020 · 0 comments · Fixed by #2267
Closed

Analyzer's k8s probe doesn't support Kubernetes >= 1.16 #2169

LoicLeGal opened this issue Mar 3, 2020 · 0 comments · Fixed by #2267

Comments

@LoicLeGal
Copy link
Contributor

Summary

Detected on tag v0.26.0
As mentioned in skydive-project/skydive-helm#2 Kubernetes >= 1.16 is not supported for Skydive templates. Furthermore, the Analyzer K8s probe uses deprecated REST path specifically the daemonset v1beta1

"k8s.io/api/apps/v1beta1"

This leads to these traces in the Analyzer:
k8s/probe.go:198 logOnError skydive-skydive-analyzer ... Failed to list *v1beta1.NetworkPolicy: the server could not find the requested resource

Expected change

As stated in January 30, 2020 minutes: Skydive should support multiple versions of the API
that is both pre and post k8s 1.16 interface versions

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

Successfully merging a pull request may close this issue.

1 participant