istio v1.31.0

Sidecar.spec.ingress[].connectionPool.tcp.tcpKeepalive.spec.inboundConnectionPool.tcp.tcpKeepalive

If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.

3 fields
Sidecar.spec.ingress[].connectionPool.tcp.tcpKeepalive.spec.inboundConnectionPool.tcp.tcpKeepalive fields and descriptions
Field / TypeDescription
interval
string

The time duration between keep-alive probes.

  • x-kubernetes-validations: [{"message":"must be a valid duration greater than 1ms","rule":"duration(self) \u003e= duration('1ms')"}]
probes
integer

Maximum number of keepalive probes to send without response before deciding the connection is dead.

  • minimum: 0
  • maximum: 4294967295
time
string

The time duration a connection needs to be idle before keep-alive probes start being sent.

  • x-kubernetes-validations: [{"message":"must be a valid duration greater than 1ms","rule":"duration(self) \u003e= duration('1ms')"}]