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

"Compatibility Issues Due to Outdated Kubernetes Client Version" #1700

Open
adibrastegarnia opened this issue Oct 2, 2024 · 0 comments
Open

Comments

@adibrastegarnia
Copy link

It appears that the Kubernetes client version currently in use is outdated, which is causing compatibility issues within our codebase and resulting in errors.
Would you please update k8s client version in your codebase?

# github.com/skupperproject/skupper/pkg/kube
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:37:3: unknown field Handler in struct literal of type "k8s.io/api/core/v1".Probe
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:37:19: undefined: corev1.Handler
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:49:3: unknown field Handler in struct literal of type "k8s.io/api/core/v1".Probe
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:49:19: undefined: corev1.Handler
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:62:3: unknown field Handler in struct literal of type "k8s.io/api/core/v1".Probe
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:62:19: undefined: corev1.Handler
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:106:3: unknown field Handler in struct literal of type "k8s.io/api/core/v1".Probe
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:106:19: undefined: corev1.Handler
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:118:3: unknown field Handler in struct literal of type "k8s.io/api/core/v1".Probe
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:118:19: undefined: corev1.Handler
../../../../go/pkg/mod/github.com/skupperproject/[email protected]/pkg/kube/containers.go:118:3: too many errors
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