Andy Zhang

Results 651 comments of Andy Zhang

so what's the mount options in this case?

> @andyzhangx currently we run unit tests with old `csi-proxy`: https://acs-mirror.azureedge.net/csi-proxy/v1.1.1/binaries/csi-proxy-v1.1.1.tar.gz Can you build new `csi-proxy` to try run tests on both of proxies? @vitaliy-leschenko does this PR depend on...

so this is the os config issue on agent node?

this driver should work on windows containerd, we have a `pull-csi-driver-smb-e2e-windows-containerd` test on Azure: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-csi_csi-driver-smb/431/pull-csi-driver-smb-e2e-windows-containerd/1503991874367524864 The error is `The user name or password is incorrect`, could you check on your...

so finally the volume is mounted on the directory on the agent node instead of a smb mount? could you check the `dmesg` and `/var/log/messages` logs whether the smb mount...

maybe someone could contribute a doc on https://microk8s.io/docs, similar to https://microk8s.io/docs/nfs

what's the `smb` container logs? ``` kubectl logs csi-smb-node-win-6npfj smb -n kube-system ``` and can you also run `kubectl describe po csi-smb-node-win-6npfj -n kube-system`?

I see this error, could you add `automountServiceAccountToken: false` into pod.spec, by running `kubectl edit ds -n kube-system csi-smb-node-win` ``` Warning FailedMount 3h1m kubelet MountVolume.SetUp failed for volume "kube-api-access-9c8j6" :...

> > > seems it's not that complex implementation, let me try implementing it, stay tuned. > > > > > > Cancelled? Ran into trouble you would share? >...