PacktPublishing / Hands-On-Kubernetes-on-Azure---Second-Edition

Hands-On Kubernetes on Azure - Second Edition
MIT License
22 stars 56 forks source link

Chapter 02 ImagePullBackOff #17

Open kuberneteshk opened 1 year ago

kuberneteshk commented 1 year ago

While I was running aks code accordingly, I found an error for frontend application " ImagePullBackOff" Ch02

BloodFutur commented 1 year ago

In azure-vote.yaml, change the line 59 from image: mcr.microsoft.com/azuredocs/azure-vote-front:v1 to image: mcr.microsoft.com/azuredocs/azure-vote-front:v2. The image linked has been changed. See the image on Docker Hub