kubernetes-sigs/sig-storage-lib-external-provisioner

Not compatible with Kubernetes v1.18.0

lingxiankong opened this issue · 2 comments

When an application uses modules from Kubernetes v1.18.0, e.g. https://github.com/kubernetes/cloud-provider-openstack/pull/991/files#diff-37aff102a57d3d7b797f152915a6dc16, the build failed with:

W0327 04:09:25.614] # sigs.k8s.io/sig-storage-lib-external-provisioner/v5/util
W0327 04:09:25.615] /go/pkg/mod/sigs.k8s.io/sig-storage-lib-external-provisioner/v5@v5.0.0/util/util.go:106:70: not enough arguments in call to client.CoreV1().Services("k8s.io/apimachinery/pkg/apis/meta/v1".NamespaceSystem).Get
W0327 04:09:25.616] 	have (string, "k8s.io/apimachinery/pkg/apis/meta/v1".GetOptions)
W0327 04:09:25.616] 	want (context.Context, string, "k8s.io/apimachinery/pkg/apis/meta/v1".GetOptions)

Fixed by #73
/close

@jsafrane: Closing this issue.

In response to this:

Fixed by #73
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.