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

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

Chapter 08 service catlog chart url outdated #12

Open AC-Unicorn opened 3 years ago

AC-Unicorn commented 3 years ago

Issue description

If you run following command in the chapter 08 helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com you will get like Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden

Solution

please refer https://svc-cat.io/docs/install/ this web page to get latest install instruction of service catalog.

afzal63 commented 3 years ago

Please try out the following command:

helm repo add svc-cat https://kubernetes-sigs.github.io/service-catalog

Note: This issue will be resolved in the third edition, as service catalog is not being actively worked on anymore for Azure. Please check out the source code from the third edition (https://github.com/PacktPublishing/Hands-on-Kubernetes-on-Azure-Third-Edition)