UNCLASSIFIED - NO CUI

Skip to content

set http health check for target group to prevent spammy tls errors in logs

Chris Nuber requested to merge add-health-check into master

Currently health checks from the nlb hit the cluster ever 30ms and fill the logs with tls handshake errors. This is due to the default check being a simple TCP check on 6443.

Adding an http check to the /ping endpoint yields a proper response.

Merge request reports