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
In Linux distribution, we are mostly packaging unbundled libraries. Vpnkit presents a challenge because it uses a very old (2017) K8S stack, which causes compatibility issues like:
# github.com/moby/vpnkit/go/pkg/controller [github.com/moby/vpnkit/go/pkg/controller.test]
./controller.go:129:68: not enough arguments in call to c.services.Services(service.Namespace).UpdateStatus
have (*"k8s.io/api/core/v1".Service)
want (context.Context, *"k8s.io/api/core/v1".Service, "k8s.io/apimachinery/pkg/apis/meta/v1".UpdateOptions)
FAIL github.com/moby/vpnkit/go/pkg/controller [build failed]
Would it be possible to update vpnkit to a more recent K8S stack?
The text was updated successfully, but these errors were encountered:
In Linux distribution, we are mostly packaging unbundled libraries. Vpnkit presents a challenge because it uses a very old (2017) K8S stack, which causes compatibility issues like:
Would it be possible to update vpnkit to a more recent K8S stack?
The text was updated successfully, but these errors were encountered: