Open larrywa opened 2 years ago
I've gotten this to work with all the original image versions but changing the 1.x.x. version for the common library to 1.10.0 since that version was mentioned in the exercise. However accessing the load balancer ip showed a nginx 404 page.
Confirming and adding some context to this issue.
When running everything in the Cloud Shell and following the Deploy the Helm Chart section:
Changed the 1.x.x
version in Chart.yaml:
Updated dependencies then updated the deployment:
Navigating to the load balancer:
@rayoef & @philmea - just wanted to make sure your AKS content team saw this.
I had the same issue with the invalid image tag and was able to resolve by fixing the version of the common library as @coffeeneer did.
I also experienced the same issue with the 404 Not Found error from Nginx. This is due to the nginx-ingress using host based routing - requests to the ingress need to be in the form http://aspnet-core.local/ to match the host name set in the values file. nginx-ingress does not deal with requests via IP address. As a workaround I was able to get this working by updating my local hosts file to point aspnet-core.local to the public IP address of the ingress. It may be a bit late for you now @JaimeStill to try this?
Issue still present. I was able to get it working, thanks to @coffeeneer and @JaimeStill indicating how to solve the invalid image tag and @p1johnson for the nginx issue.
@ckittel can you please assign this to @schaffererin . I'm not sure why I can't assign her.
Error: Failed to apply default image tag "marketplace.azurecr.io/bitnami/git@": couldn't parse image reference "marketplace.azurecr.io/bitnami/git@": invalid reference format
I've gone through the values.yaml file and updated every image tag to an appropriate image that can be found in Docker but I believe this error means something different. Any idea what its' looking for?