Ryan Stankiewicz

Results 45 comments of Ryan Stankiewicz

Thanks for bringing this to our attention. [Here, in our implementation of the NodeGetVolumeStats interface](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/pkg/driver/vol_statter.go#L123), we call this `DiskUsage` function which is defined [here, in the Kubernetes `fs` package](https://github.com/kubernetes/kubernetes/blob/ee265c92fec40cd69d1de010b477717e4c142492/pkg/volume/util/fs/fs.go#L66). This...

Oh. Figured out why the tests were failing. ``` /home/prow/go/src/github.com/kubernetes-sigs/aws-efs-csi-driver/hack/e2e/csi-test-artifacts/bin/helm upgrade --install aws-efs-csi-driver --namespace kube-system --set image.repository=607362164682.dkr.ecr.us-west-2.amazonaws.com/aws-efs-csi-driver --set image.tag=22696 --wait --kubeconfig /home/prow/go/src/github.com/kubernetes-sigs/aws-efs-csi-driver/hack/e2e/csi-test-artifacts/test-cluster-22696.k8s.local.kops.kubeconfig ./charts/aws-efs-csi-driver -f ./hack/values.yaml Release "aws-efs-csi-driver" does not exist....

Hi @narayan-nes, Are you referring to Kubernetes namespaces? You can use the aws-efs-csi-driver to mount an EFS filesystem onto Pods, regardless of the Kubernetes namespace which those Pods are placed...