Closed nigelbabu closed 5 years ago
For now I'm moving the dependency on csi-test to v.0.3.5
. We need to figure out which version of kubernetes-csi/drivers we want to pin to.
The kubernetes-csi/drivers is the one we need to reconcile correctly as far as I can see. We currently lock to a38ee8520f16657511de3d1063ddbe06aeeee4c6 which is slightly older than v1.0.0. Should we jump over to v1.0.0?
we cannot jump to v1.0.0
until we get Kube 1.13 support in GCS.
Alright, then. I'll keep the issue as blocked on Kube 1.13 support.
Does it make sense to bind us to the exact revision we're bound to be Gopkg.lock
then? That might help me push ahead and make some progress.
Looks like we should be able to advance to 1.13.1, pending PRs in gcs: gluster/gcs#98, gluster/gcs#77
Will those unblock your progress, @nigelbabu?
@nigelbabu we have updated CSI to v1.0.0
Alright! Thank you!
What I'm trying to do: Add 3 new dependencies so I can send a pull request for E2E framework
What's going wrong:
v0.3.0
of github.com/kubernetes-csi/csi-test which does not seem to exist.master
of github.com/kubernetes-csi/drivers which does not reconcile with the dependency on~0.3.0
of github.com/container-storage-interface/specThis is the specific error that we nee to solve.
Full error message