not able to get image during helm install of srsran #650
Replies: 3 comments
-
We are also getting below error for linuxptp tpdadmin@ashoktestserver: |
Beta Was this translation helpful? Give feedback.
-
@ninjab3s, could you take a look at this. |
Beta Was this translation helpful? Give feedback.
-
Ill have a look, thanks @brendan-mcauliffe! @skirubak the issue is that the container repo/image that you want to use cannot be accessed. The images that are currently online in our docker repo are not up to date. Please build the docker images using the supplied docker files in the repo and upload them to your own registry. Change the values in the values.yaml and redeploy the chart. We are currently working on pipelines to export images for every release. I am closing this here because its not the correct repo for it. Please open a new issue in https://github.com/srsran/srsRAN_Project_helm if the error persists. |
Beta Was this translation helpful? Give feedback.
-
We are doing helm install.
helm install srsran-project srsran/srsran-cu-du --values=srsranValues.yaml -n srsran --create-namespace
We are getting image pull error.
Warning FailedToRetrieveImagePullSecret 4m31s (x18272 over 2d18h) kubelet Unable to retrieve some image pull secrets (regcred); attempting to pull the image may not succeed.
Beta Was this translation helpful? Give feedback.
All reactions