Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in init.sh #19

Open
ondrelogin opened this issue Nov 16, 2022 · 1 comment
Open

Problems in init.sh #19

ondrelogin opened this issue Nov 16, 2022 · 1 comment

Comments

@ondrelogin
Copy link

Lines 39 and 40 the sed commands.
When I ran the script I got the errors ( <acr-name> and <dns-name> where the actual values).

sed: can't read s+!IMAGE!+<acr-name>/contoso-website+g: No such file or directory
sed: can't read s+!DNS!+<dns-name>+g: No such file or directory

I'm assuming the intent of the commands is to replace the azure values but as we proceed through the tutorial that is done via helm anyway. So I think that these commands should be removed.

Copy/Paste error on the echo on line 47

Currently

echo "-> AKS Cluster Name: $ACR_NAME"

Should be

echo "-> AKS Cluster Name: $AKS_NAME"

so the output would be

-> AKS Cluster Name: contoso-video
@fcasamento
Copy link

Thanks for letting me know, I was doing this lab and the problem still persists.

yukiko-bass added a commit to yukiko-bass/mslearn-aks-deployment-pipeline-github-actions that referenced this issue Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants