Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.
This repository was archived by the owner on May 16, 2024. It is now read-only.

Failed to pull image "mellanox/rdma-sriov-dev-plugin" #2

@simongu

Description

@simongu
  1. 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.

  1. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions