Skip to content

alb-ingress-controller tag changed #451

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

Closed
wants to merge 1 commit into from
Closed

alb-ingress-controller tag changed #451

wants to merge 1 commit into from

Conversation

kanolato
Copy link

The default 1.0-beta.2 tag makes the pod keep restarting, because the liveness probe fails and Kubernetes tries to heal it.
The latest tag seems to work good. We are not having troubles with the restarts anymore.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 11, 2018
@k8s-ci-robot k8s-ci-robot requested a review from bigkraig July 11, 2018 21:19
@bigkraig
Copy link

Which liveness probe are you using? there was a recent PR to create a new /alive endpoint. #406

@kanolato
Copy link
Author

Im using the default liveness probe, given by the deployment in the helm template.

livenessProbe:
            httpGet:
              path: /alive
              port: 8080
              scheme: HTTP
            initialDelaySeconds: 30
            periodSeconds: 60

but its not working on the 1.0-beta.2 it answers with:

HTTP/1.1 404 Not Found
Content-Length: 19
Content-Type: text/plain; charset=utf-8
Date: Thu, 12 Jul 2018 02:11:50 GMT
X-Content-Type-Options: nosniff

404 page not found

I think it would be nice to have an image tag that handles the liveness probe properly as it is on the template. Thats what im suggesting with the PR. Maybe thats why in #274 he says I also noticed the ingress controller pod has 200+ restarts (we installed it yesterday.)

@bigkraig
Copy link

@kanolato I just pushed a 1.0-beta.3 release that includes the /alive endpoint and updates the docs. Thanks for catching this!

@bigkraig bigkraig closed this Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants