maverick0220

Results 3 comments of maverick0220

same exact problem, and I tried to debug with a randomly created ndarray, when the new ndarray has [{0, 3}, {1, 7}, {9, 2, 4, 5}, {8, 6}] as `communities`...

it pops out a new error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) and my Python program "accidentally" dead(according to my system info, I'm using macOS...

目前凑合的解决办法是,对于处于镜像拉取失败但是已经创建了的pod: 1)把实际要用到的notebook镜像push到一个能正常访问的镜像仓库 2)在命令行环境下`kubectl edit -n jupyter `,将spec.container.image字段修改成push出去的镜像全程,保存退出 3)等待k8s根据edit的修改,重新拉取镜像后正常完成pod的创建 在第三步中似乎并不会真的拉取,仅进行了验证,因为镜像包大小为12GB,但修改保存后pod的启动较快,没有额外拉取。 目前之能解决notebook是否能创建的问题,由于每次启动notebook的pod都有拉取镜像的动作,无法正常使用notebook的功能