OpenLiberty / guide-cloud-ibm

A guide on how to deploy microservices to IBM Cloud Kubernetes Service (IKS) and IBM Cloud Private (ICP): https://openliberty.io/guides/cloud-ibm.html
Other
3 stars 4 forks source link

When installing via helm for the first time, the cr default image secret is wrong. #102

Closed GabrielGelgor closed 3 years ago

GabrielGelgor commented 3 years ago

In the guide it says to use default-us-icr-io, this resulted in an authorization error when pulling the image to my cluster. I fixed this by chagning the secret to all-icr-io.

gkwan-ibm commented 3 years ago

Thank you @GabrielGelgor to report and suggest the solution.

The guide was updated.