Lixian Ma
Lixian Ma
thanks @sashayakovtseva , Here is my environment: 1. arch is arm64 2. singularity version 3.4.0-1 3.kubelet version v1.13.5 consider with my arch is arm64, so customize to build a image...
> @malixian What version of singularity-cri you are using? > > Can you confirm the same network error appears if you do `singularity pull library://malixian/default/test-arm64:latest` on that host? it's ok...
> > @malixian What version of singularity-cri you are using? > > Can you confirm the same network error appears if you do `singularity pull library://malixian/default/test-arm64:latest` on that host? >...
@sashayakovtseva yes,you're right, sycri version is 1.0.0-beta.5. node information is ``` Name: 10.18.127.3 Roles: node Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux kubernetes.io/hostname=10.18.127.3 kubernetes.io/role=node Annotations: node.alpha.kubernetes.io/ttl: 0 volumes.kubernetes.io/controller-managed-attach-detach: true CreationTimestamp: Wed, 12 Jun 2019...
sorry, it's my fault。and your suggestion is update sycri to 1.0.0-beta.6?current is 1.0.0-beta.5 ``` Name: 10.18.127.1 Roles: node Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux kubernetes.io/hostname=10.18.127.1 kubernetes.io/role=node Annotations: node.alpha.kubernetes.io/ttl: 0 volumes.kubernetes.io/controller-managed-attach-detach: true CreationTimestamp: Wed,...
@sashayakovtseva unfortunately, it doesn't work.but i can see sycri detail execute information: ``` 9月 27 11:16:46 comput1 sycri[189766]: DEBUG [U=1000,P=1] startup() oci runtime engine selected 9月 27 11:16:46 comput1 sycri[189766]:...
> Is that for `sashayakovtseva/test/image-server`? That image was built for `amd64`, so if you are scheduling it to `arm` it fails to start. i change arch to amd64, and that...
output seems like normal. ``` DEBUG [U=0,P=243837] createConfDir() /root/.singularity already exists. Not creating. VERBOSE [U=0,P=243848] print() Set messagelevel to: 5 VERBOSE [U=0,P=243848] init() Starter initialization DEBUG [U=0,P=243848] get_pipe_exec_fd() PIPE_EXEC_FD value:...
sycri only has the same output ``` 9月 29 09:05:29 comput1 sycri[189766]: I0929 09:05:29.825818 189766 sync.go:76] Received state 2 at /var/run/singularity/containers/c62c56aac26ffd846a1ce884dce7a320b0aafa057f062637ebb69a357ba76669/sync.sock 9月 29 09:05:29 comput1 sycri[189766]: I0929 09:05:29.829802 189766 client_oci.go:125]...
the problem has been found, may be shell in container execution time is too short to logs shows `unexpected container state: 4`. If i add` sleep 30` for example, the...