-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errcode:(executable file not found in $PATH)** output:() #93
Comments
yeah, looks like. But, the error says |
|
@humblec , I will try to change the image to v0.1.0 as you recommended and will update here soon |
@humblec . I change it v0.1.0 but the error remains the same Normal Scheduled 6s default-scheduler Successfully assigned default/nginx to worker3 |
try |
@wrahmann or you can go back to OS, release version ..etc where node plugin is running. |
I can check both images and will update the results here |
That would be awesome.. thanks ! |
I tried canary version as well. I just used the latest csi-iscsi-node.yaml from github. The problem is the pods seems to be CrashLoopBackOff wajih@master:~/Training/CSI$ kubectl get pods -n kube-system wajih@master:~/Training/CSI$ kubectl describe pod -n kube-system csi-iscsi-node-p97rz Normal Scheduled 19h default-scheduler Successfully assigned kube-system/csi-iscsi-node-p97rz to worker1 |
Here is my environment: wajih@master:~/Training/CSI$ kubectl get nodes |
try |
Hi ,
I need some support . I used example scripts to attach one pod with volumes using csi-driver-iscsi. But I am seeing the following error:
Normal Scheduled 9m4s default-scheduler Successfully assigned default/nginx to worker3
Warning FailedMount 7m1s kubelet Unable to attach or mount volumes: unmounted volumes=[iscsi-volume], unattached volumes=[default-token-lpfwk iscsi-volume]: timed out waiting for the condition
Warning FailedMount 49s (x12 over 9m4s) kubelet MountVolume.SetUp failed for volume "iscsiplugin-pv" : rpc error: code = Internal desc = format of disk "/dev/sdb" failed: type:("ext4") target:("/var/lib/kubelet/pods/3c4c4497-2867-42bc-917a-1041fa5dfc09/volumes/kubernetes.io~csi/iscsiplugin-pv/mount") options:("rw,defaults") errcode:(executable file not found in $PATH) output:()
Warning FailedMount 10s (x3 over 4m44s) kubelet Unable to attach or mount volumes: unmounted volumes=[iscsi-volume], unattached volumes=[iscsi-volume default-token-lpfwk]: timed out waiting for the condition
Can anyone point out what executable is required?
Wajih
The text was updated successfully, but these errors were encountered: