istio v1.31.0

Sidecar.spec.inboundConnectionPool.tcp

Settings common to both HTTP and TCP upstream connections.

5 fields
Sidecar.spec.inboundConnectionPool.tcp fields and descriptions
Field / TypeDescription
connectTimeout
string

TCP connection timeout.

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

The idle timeout for TCP connections.

maxConnectionDuration
string

The maximum duration of a connection.

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

Maximum number of HTTP1 /TCP connections to a destination host.

  • format: int32
object

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