GoogleCloudPlatform/container-engine-accelerators

Init container erroring on 1.13.10-gke.0 Clusters

chainlink opened this issue · 1 comments

Cluster Version: 1.13.10-gke.0
OS: COS

Accelerator: K80

Config used:

https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/nvidia-driver-installer/cos/daemonset-preloaded.yaml

Kube node version: 1.13.10-gke.0

nvidia-driver-installer init container fails

Failure logs:

 E 
2019-10-24T19:28:42.317771155Z [INFO    2019-10-24 19:28:42 UTC] Downloading prebuilt toolchain from https://storage.googleapis.com/chromiumos-sdk/2019/01/x86_64-cros-linux-gnu-2019.01.23.135701.tar.xz
 E 
2019-10-24T19:28:43.910979188Z 
 E 
2019-10-24T19:28:43.911019528Z real	0m1.592s
 E 
2019-10-24T19:28:43.911026583Z user	0m0.196s
 E 
2019-10-24T19:28:43.911030343Z sys	0m0.354s
 E 
2019-10-24T19:29:03.315272336Z /
 I 
2019-10-24T19:29:03.316660945Z [INFO    2019-10-24 19:29:03 UTC] Configuring environment variables for cross-compilation
 E 
2019-10-24T19:29:03.319151303Z [INFO    2019-10-24 19:29:03 UTC] Configuring installation directories
 E 
2019-10-24T19:29:03.319981075Z /usr/local/nvidia /
 I 
2019-10-24T19:29:03.350794019Z [INFO    2019-10-24 19:29:03 UTC] Updating container's ld cache
 E 
2019-10-24T19:29:03.609057980Z /
 I 
2019-10-24T19:29:03.610496603Z [INFO    2019-10-24 19:29:03 UTC] Configuring kernel sources
 E 
2019-10-24T19:29:03.610724643Z /build/usr/src/linux /
 I 
2019-10-24T19:29:04.180880974Z   HOSTCC  scripts/basic/fixdep
 I 
2019-10-24T19:29:04.507015722Z /bin/sh: 1: scripts/basic/fixdep: Permission denied
 E 
2019-10-24T19:29:04.507255541Z scripts/Makefile.host:102: recipe for target 'scripts/basic/fixdep' failed
 I 
2019-10-24T19:29:04.507305940Z make[1]: *** [scripts/basic/fixdep] Error 126
 E 
2019-10-24T19:29:04.507317478Z make[1]: *** Deleting file 'scripts/basic/fixdep'
 E 
2019-10-24T19:29:04.507643333Z make: *** [scripts_basic] Error 2
 E 
2019-10-24T19:29:04.507647588Z Makefile:464: recipe for target 'scripts_basic' failed
 I 

Hi @chainlink this is addressed in this issue: GoogleCloudPlatform/cos-gpu-installer#45

The error you faced is fixed now.