-
Notifications
You must be signed in to change notification settings - Fork 15
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
LB POD Crashloop #20
Comments
The only way for the LB pods to crash without any log entries is on this line: https://github.com/kontena/akrobateo/blob/master/lb-image/entrypoint.sh#L8 And yes, if that is the case it really should log something. :) The change between loadbalancer and nodeport is currently unhandled as you noticed. We need to handle that too at some point. If possible, could you separate that into another issue to track it properly. |
Thanks for the reply.. I will check this again. I have opened a separate case for the Daemonset not been deleted after service type is changed back to NodePort. |
#23 introduced some logging for the case of ip forwarding not enabled. could you test with the |
Hi, Yes I can see some logs now, but strangely I am seeing 2 containers inside the service-lb pods (echo & echo2)..
Is this normal? |
Do you have multiple ports defined in the service? The lb pods have a container per port |
No I am the test-service template in the git repo (echoserver), I did not modify the file at all |
The
So Akrobateo will create the pods so that there's a container for each port, two in this case. |
Hello,
I tried to deploy this on k8s 1.12.6 by changing an existing service type from NodePort to LoadBalancer. The operator deployment logs shows that it got the event:
But the DS load balancer POD stayed in crashloopback state without any logs to see what maybe wrong:
Also the operator did not show any error logs.
Also when I changed the service type back to NodePort, the daemonset was not deleted.
Any idea what may be wrong? It will be helpful if the LB POD provides some logs as to what issue it may be facing.
The text was updated successfully, but these errors were encountered: