Description
In 2.12.0, we introduced an environment variable ReadinessUnixSocketDisabled and a feature flag FeatureReadinessUnixSocket for kuma-dp, which works for users who want to disable the kuma-dp readiness reporter via unix socket to keep the previous behavior for compatibility.
Also, the Unix socket would be our default behavior for the readiness reporter.
In 2.15, we should remove the flags:
- ReadinessUnixSocketDisabled
- FeatureReadinessUnixSocket
- ReadinessPort
Also, we need to clean up the unit, e2e tests
Description
In 2.12.0, we introduced an environment variable
ReadinessUnixSocketDisabledand a feature flagFeatureReadinessUnixSocketfor kuma-dp, which works for users who want to disable the kuma-dp readiness reporter via unix socket to keep the previous behavior for compatibility.Also, the Unix socket would be our default behavior for the readiness reporter.
In 2.15, we should remove the flags:
Also, we need to clean up the unit, e2e tests