The helm command in this document to install the read container is incorrect. There is no --name parameter, so helm install read --name read gives an error, "Error: unknown flag: --name".
The actual command should be: helm install read ./read assuming it is run from the directory that contains the read directory.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@jwcw
Thanks for the feedback! We are currently investigating and will update you shortly.
I'm curious @jwcw, what version of helm are you using? We have had multiple people test this document, and have all have reported being successful in doing so. Do you have an old version of helm installed by chance?
@IEvangelist v3.1.1. There is no --name parameter in the helm documentation either https://helm.sh/docs/helm/helm_install/
Ah, I see now... It looks as though we were using Helm 2 when the article was written and now Helm 3 is out. https://v2.helm.sh/docs/helm/#helm-install. Yes, even Tiller was removed... https://helm.sh/docs/faq/
Thank you for bringing this to my attention, I'll create an internal work item to track this effort and get this updated. Are you okay with me closing this, knowing that I'll track it internally?
@jwcw
We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.