Skip to content

Readiness probe fails on ipv6-only cluster #93

@miran248

Description

@miran248

Operator is up and running but never gets marked as ready due to the following error

spec.containers{restate-operator}: Readiness probe failed: Get "http://[a:b:c:d::b4a1[]:8080/health": dial tcp [a:b:c:d::b4a1]:8080: connect: connection refused

I'm not familiar with actix-web but its docs hint at 0.0.0.0 only covering the ipv4 - this address is unfortunately hardcoded here.

Would it be possible to make this address configurable?
Or alternatively you could bind to both but that might be a breaking change.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions