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

Istio health check not working correctly #307

Open
kien-truong opened this issue Dec 31, 2021 · 0 comments
Open

Istio health check not working correctly #307

kien-truong opened this issue Dec 31, 2021 · 0 comments

Comments

@kien-truong
Copy link
Contributor

Istio health check is not working correctly because the function istio_health is defined after called; Bash functions have to be declared before first reference. As a result the Istio health check always succeeds on first try, whether Istio is ready or not.

kien-truong added a commit to kien-truong/docker-vernemq that referenced this issue Dec 31, 2021
Move `istio_health` function definition to before first call.
ioolkos pushed a commit that referenced this issue Dec 31, 2021
Move `istio_health` function definition to before first call.
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

1 participant