You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
When I create the daemonset from the file device-plugin.yaml, I get the following errors, it means failed to pulling image "mellanox/rdma-sriov-dev-plugin". Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal SuccessfulMountVolume 6h kubelet, ln01 MountVolume.SetUp succeeded for volume "device-plugin" Normal SuccessfulMountVolume 6h kubelet, ln01 MountVolume.SetUp succeeded for volume "default-token-5stpq" Normal SuccessfulMountVolume 5h kubelet, ln01 MountVolume.SetUp succeeded for volume "config" Warning Failed 5h kubelet, ln01 Error: ImagePullBackOff Warning Failed 5h (x2 over 5h) kubelet, ln01 Failed to pull image "mellanox/rdma-sriov-dev-plugin": rpc error: code = Unknown desc = Error response from daemon: pull access denied for mellanox/rdma-sriov-dev-plugin, repository does not exist or may require 'docker login' Warning Failed 5h (x2 over 5h) kubelet, ln01 Error: ErrImagePull Normal Pulling 1h (x60 over 5h) kubelet, ln01 pulling image "mellanox/rdma-sriov-dev-plugin" Normal BackOff 2m (x1492 over 5h) kubelet, ln01 Back-off pulling image "mellanox/rdma-sriov-dev-plugin"
I run the command docker pull pulling image mellanox/rdma-sriov-dev-plugin
got the same error too.
Then ,I try to build the image from the Dockerfile, but got the following errors.
git clone https://github.com/Mellanox/k8s-rdma-sriov-dev-plugin [root@ln01 k8s-rdma-sriov-dev-plugin]# docker build - < Dockerfile Sending build context to Docker daemon 2.048kB Step 1/10 : FROM golang:1.10.1 as build ---> 1af690c44028 Step 2/10 : WORKDIR /go/src/k8s-rdma-sriov-dp ---> Using cache ---> ba4c5f087dcd Step 3/10 : RUN go get github.com/golang/dep/cmd/dep ---> Using cache ---> be138283c818 Step 4/10 : COPY Gopkg.toml Gopkg.lock ./ COPY failed: stat /var/lib/docker/tmp/docker-builder174256260/Gopkg.toml: no such file or directory.
I need help, thank you!
The text was updated successfully, but these errors were encountered:
Events: Type Reason Age From Message
---- ------ ---- ---- -------
Normal SuccessfulMountVolume 6h kubelet, ln01 MountVolume.SetUp succeeded for volume "device-plugin"
Normal SuccessfulMountVolume 6h kubelet, ln01 MountVolume.SetUp succeeded for volume "default-token-5stpq"
Normal SuccessfulMountVolume 5h kubelet, ln01 MountVolume.SetUp succeeded for volume "config"
Warning Failed 5h kubelet, ln01 Error: ImagePullBackOff
Warning Failed 5h (x2 over 5h) kubelet, ln01 Failed to pull image "mellanox/rdma-sriov-dev-plugin": rpc error: code = Unknown desc = Error response from daemon: pull access denied for mellanox/rdma-sriov-dev-plugin, repository does not exist or may require 'docker login'
Warning Failed 5h (x2 over 5h) kubelet, ln01 Error: ErrImagePull
Normal Pulling 1h (x60 over 5h) kubelet, ln01 pulling image "mellanox/rdma-sriov-dev-plugin"
Normal BackOff 2m (x1492 over 5h) kubelet, ln01 Back-off pulling image "mellanox/rdma-sriov-dev-plugin"
I run the command
docker pull pulling image mellanox/rdma-sriov-dev-plugin
got the same error too.
git clone https://github.com/Mellanox/k8s-rdma-sriov-dev-plugin
[root@ln01 k8s-rdma-sriov-dev-plugin]# docker build - < Dockerfile
Sending build context to Docker daemon 2.048kB
Step 1/10 : FROM golang:1.10.1 as build ---> 1af690c44028
Step 2/10 : WORKDIR /go/src/k8s-rdma-sriov-dp ---> Using cache ---> ba4c5f087dcd
Step 3/10 : RUN go get github.com/golang/dep/cmd/dep ---> Using cache ---> be138283c818
Step 4/10 : COPY Gopkg.toml Gopkg.lock ./ COPY failed: stat /var/lib/docker/tmp/docker-builder174256260/Gopkg.toml: no such file or directory.
I need help, thank you!
The text was updated successfully, but these errors were encountered: