openshift / sriov-network-operator

SR-IOV Network Operator
Apache License 2.0
117 stars 106 forks source link

Can't parse image name - not authorized #988

Closed Zmicier14 closed 1 month ago

Zmicier14 commented 1 month ago

Guys, I'm trying to install sriov operator in the kubernetes cluster and while I'm executing this command make deploy-setup-k8s I receive such errors:

FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-cni": reading manifest latest in quay.io/openshift/origin-sriov-cni: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-infiniband-cni": reading manifest latest in quay.io/openshift/origin-sriov-infiniband-cni: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-rdma-cni": reading manifest latest in quay.io/openshift/origin-rdma-cni: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-network-device-plugin": reading manifest latest in quay.io/openshift/origin-sriov-network-device-plugin: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-dp-admission-controller": reading manifest latest in quay.io/openshift/origin-sriov-dp-admission-controller: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-network-config-daemon": reading manifest latest in quay.io/openshift/origin-sriov-network-config-daemon: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-network-webhook": reading manifest latest in quay.io/openshift/origin-sriov-network-webhook: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-network-metrics-exporter": reading manifest latest in quay.io/openshift/origin-sriov-network-metrics-exporter: unauthorized: access to the requested resource is not authorized 
FATA[0001] Error parsing image name "docker://quay.io/openshift/origin-sriov-network-operator": reading manifest latest in quay.io/openshift/origin-sriov-network-operator: unauthorized: access to the requested resource is not authorized 

Help me to debug it!

UPDATE I even can't find such repos on https://quay.io/organization/openshift

SchSeba commented 1 month ago

Hi @Zmicier14,

This is a sync repo for the openshift project. if you are not running on openshift where the installation should be done as documented in the openshift documentation https://docs.openshift.com/container-platform/4.16/networking/hardware_networks/installing-sriov-operator.html please take a look on the u/s repo https://github.com/k8snetworkplumbingwg/sriov-network-operator

/close

openshift-ci[bot] commented 1 month ago

@SchSeba: Closing this issue.

In response to [this](https://github.com/openshift/sriov-network-operator/issues/988#issuecomment-2299731499): >Hi @Zmicier14, > >This is a sync repo for the openshift project. >if you are not running on openshift where the installation should be done as documented in the openshift documentation https://docs.openshift.com/container-platform/4.16/networking/hardware_networks/installing-sriov-operator.html >please take a look on the u/s repo https://github.com/k8snetworkplumbingwg/sriov-network-operator > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.