Michelle Au
Michelle Au
Right now it only validates volume capabilities, but not the attributes.
So that the Dockerfile and Kubernetes specs are also tested. Maybe minikube or a local cluster could work.
See kubernetes/pkg/volume/util.UnmountMountPoint
Create/Delete Mount/Unmount This may be able to leverage the nestedpendingoperations pkg
**What happened**: prometheus/common v0.48.0 made a breaking change: https://github.com/kubernetes-csi/external-provisioner/pull/1170#issuecomment-1986528551
**What happened**: While debugging test failures in https://github.com/kubernetes-csi/external-provisioner/pull/901, I noticed a few unusual behaviors: 1) The volume mode conversion e2e tests are running as part of the "unit" test jobs....
**What happened**: We excluded cel-go from dependabot updates until we can resolve the merge conflicts https://github.com/kubernetes-csi/external-provisioner/pull/1048 **What you expected to happen**: After cel-go is updated, we may need to reenable...
**What happened**: Packages from k8s.io/kubernetes were not designed to be imported and adds a lot of complexity to our dependency management where we need to inject "replace" statements into go.mod....