istio v1.31.0

Sidecar.spec.inboundConnectionPool.http.http2KeepAlive

Configure HTTP/2 PING frames for upstream connections.

2 fields
Sidecar.spec.inboundConnectionPool.http.http2KeepAlive fields and descriptions
Field / TypeDescription
interval
string

Send HTTP/2 PING frames at this interval.

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

How long to wait for a response to an HTTP/2 PING frame before closing the connection.

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