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
I am trying to follow the instructions mentioned here:
The below command never works and it gives the error:
porter credentials generate porterops -r ghcr.io/getporter/porter-operator:v1.0.0
unable to pull bundle: failed to get bundle config manifest from "ghcr.io/getporter/porter-operator:v1.0.0": bundle config not found
Whereas the same command works if I change the version to v0.8.2. Please tell what needs to be done to use the latest package.
I have pushed my porter cnab package to Azure ACR. Since it is secured, I have added a imagepull secret and added the reference of same in porter-agent service account.
In my installation, I am getting the below error continuously. Please help.
Creating a new installation {"installation": "unifieddeployment/azuredep-66"}
unable to pull bundle: failed to resolve bundle manifest "crporterpoc.azurecr.io/porter-hello:v0.1.0": failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
unable to pull bundle: failed to resolve bundle manifest "crporterpoc.azurecr.io/porter-hello:v0.1.0": failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
The text was updated successfully, but these errors were encountered:
This was self published and may need to published through a pipeline. @schristoff we may need to update the image because it’s having issues being pulled. Locally I can do it but I’m also an admin.
@troy0820 - I believe you are referring to issue no 1 where I am not able to install porter-operator:v1.0.0. Could you please help with the other issue also where I am not able to download the package from ACR? Is this also dependent on image being published via pipeline?
I am trying to follow the instructions mentioned here:
The below command never works and it gives the error:
Whereas the same command works if I change the version to v0.8.2. Please tell what needs to be done to use the latest package.
I have pushed my porter cnab package to Azure ACR. Since it is secured, I have added a imagepull secret and added the reference of same in porter-agent service account.
crporterpocsecret kubernetes.io/dockerconfigjson 1 5h51m
Also, I have created a custom agent config and have referred the same in my installation:
In my installation, I am getting the below error continuously. Please help.
The text was updated successfully, but these errors were encountered: