You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I deployed the template, but when it got done provisioning the resources I got the following error:
ERROR: error executing step command 'provision': deployment failed: failed invoking event handlers for 'postprovision', required external tools are missing:
- kubelogin is not installed, see https://aka.ms/azure-dev/kubelogin-install to install
To Reproduce
Steps to reproduce the behavior:
Don't have kubelogin installed
Run azd up
See error
Expected behavior
I expect the template to install any dependencies that it needs, or to inform me before provisioning that a dependency is missing.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser Na
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I could not get around the error in VS Code even after restarting. But when I ran azd up from the terminal, I got past that error and ran into another:
Deploying services (azd deploy)
(x) Failed: Deploying service demo
ERROR: error executing step command 'deploy --all': failed deploying service 'demo': helm deployment failed: Helm support is not enabled. Run 'azd config set alpha.aks.helm on' to enable it.
and then I hit this error:
Packaging services (azd package)
ERROR: error executing step command 'package --all': required external tools are missing:
- helm is not installed, see https://aka.ms/azure-dev/helm-install to install
Describe the bug
I deployed the template, but when it got done provisioning the resources I got the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the template to install any dependencies that it needs, or to inform me before provisioning that a dependency is missing.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: