k8s-rdma-sriov-dev-plugin
k8s-rdma-sriov-dev-plugin copied to clipboard
Failed to pull image "mellanox/rdma-sriov-dev-plugin"
- 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!
I will take look. Somehow didn't see the notification.
@simongu , plugin is migrated to https://hub.docker.com/r/rdma/k8s-rdma-sriov-dev-plugin/. Please use from there. You can also find a step-by-step document at https://community.mellanox.com/docs/DOC-3151