Skip to content

EDA Server API Health Checks Fail in IPv6 only #281

Description

@MrWowsers

When using IPv6 as the main ip in pods (as noted by status.podIP) the healthchecks fail for eda-storage-api.

I believe this is related to gunicorn only binding to v4. In our cluster I have worked around this by disabling the operator and changing the deployment to gunicorn --bind '[::]:8000' --workers 2 aap_eda.wsgi:application.

I'm not sure if changing that globally is the best answer so I am submitting this issue.

We are running operator 1.0.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions