You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not good, because in IPv6-first Kubernetes clusters, the kubelet is going to try to assess Pod readiness by connecting to its IPv6 address. In the current state, the kubelet will receive a connection refused error, and the Pod will never become Ready.
Expected Results
I expect that the Pod achieves Ready status without having to manually modify the pmm.conf nginx configuration file.
Actual Results
nginx listens on 0.0.0.0 which causes the readiness check to fail.
Version
PMM server 2.40.1
Steps to reproduce
Install the percona/pmm chart on a Kubernetes cluster which uses IPv6-first and observe that the Pod is never marked as Ready.
Relevant logs
No response
Code of Conduct
I agree to follow Percona Community Code of Conduct
The text was updated successfully, but these errors were encountered:
What I fear is this: if PMM happens to run in an environment that doesn't support IPv6, then it may result in a failure to bind to IPv6. The likelihood of it is rather low, but not guaranteed.
Description
By default, the nginx configuration looks like this:
which results in sockets looking like this:
This is not good, because in IPv6-first Kubernetes clusters, the kubelet is going to try to assess Pod readiness by connecting to its IPv6 address. In the current state, the kubelet will receive a
connection refused
error, and the Pod will never becomeReady
.Expected Results
I expect that the Pod achieves
Ready
status without having to manually modify thepmm.conf
nginx configuration file.Actual Results
nginx listens on
0.0.0.0
which causes the readiness check to fail.Version
PMM server 2.40.1
Steps to reproduce
Install the
percona/pmm
chart on a Kubernetes cluster which uses IPv6-first and observe that the Pod is never marked asReady
.Relevant logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: