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

Installation issues on Windows #8

Open
theodor-franke opened this issue Jul 10, 2023 · 1 comment
Open

Installation issues on Windows #8

theodor-franke opened this issue Jul 10, 2023 · 1 comment

Comments

@theodor-franke
Copy link

when trying to install on windows i get theses errors. (using Cygwin)

$ helm plugin install https://github.com/webdevops/helm-azure-tpl
: invalid option\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 2: set: -
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
: invalid option nameata\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 3: set: pipefail
C:\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 4: $'\r': command not found
C:\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 6: $'\r': command not found
C:\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 9: $'\r': command not found
C:\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 10: syntax error near unexpected token `$'in\r''
':\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl/plugin/hooks/helm-plugin-install.sh: line 10: `case "$HOST_ARCH" in
Error: plugin install hook for "azure-tpl" exited with error

so i manually downloaded the .exe and put it into the correct Folder. But now I get this error:

PS C:\Users\me\IdeaProjects\position-provider\deployment\position-provider> helm template .\ -f azuretpl:values.dev-fbkosmos.yaml   
Error: fork/exec C:\Users\me\AppData\Roaming\helm\plugins\helm-azure-tpl\plugin\hooks\helm-downloader.sh: %1 ist keine zulässige Win32-Anwendung.

maybe it will work with Cygwin, but would love to use it with PowerShell

@mblaschke
Copy link
Member

helm currently doesn't support windows installer: helm/helm#7117

execution helm-azure-tpl might need a different approach without using an script

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