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
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: