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

Env variable WPA_TAG not exported in hack/install.sh #94

Closed
izackwu opened this issue Jul 8, 2020 · 0 comments · Fixed by #95
Closed

Env variable WPA_TAG not exported in hack/install.sh #94

izackwu opened this issue Jul 8, 2020 · 0 comments · Fixed by #95
Labels
bug Something isn't working

Comments

@izackwu
Copy link

izackwu commented Jul 8, 2020

As environment variable WPA_TAG is not exported in hack/install.sh, when running hack/generate.sh, it will fail to replace the placeholder {{ WPA_TAG }} properly in the deployment template.

       image: practodev/workerpodautoscaler:{{ WPA_TAG }}

The consequence is that the workerpodautoscaler pod will be stuck in status InvalidImageName:

$ k get pods -n kube-system
NAME                                        READY   STATUS             RESTARTS   AGE
workerpodautoscaler-7bbd6f667-z59b6         0/1     InvalidImageName   0          17s
@alok87 alok87 added the bug Something isn't working label Jul 8, 2020
@alok87 alok87 mentioned this issue Jul 8, 2020
@alok87 alok87 closed this as completed in #95 Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants