envoyproxy/gateway

Document overload manager configuration

Open

#8,749 建立於 2026年4月14日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Go (802 fork)auto 404
documentationhelp wanted

倉庫指標

Star
 (2,871 star)
PR 合併指標
 (PR 指標待抓取)

描述

I am realizing that I depend on an undocumented behavior. The overload manager triggers when memory usage reaches 80% and stops accepting requests:

https://github.com/envoyproxy/gateway/blob/8e813bdd05ecbccf0650c15f9b309b4ca49384e0/internal/infrastructure/kubernetes/proxy/resource.go#L477

https://github.com/envoyproxy/gateway/blob/8e813bdd05ecbccf0650c15f9b309b4ca49384e0/internal/xds/bootstrap/bootstrap.yaml.tpl#L322-L345

I have configured the HorizontalPodAutoscaler threshold to a lower value, so I would consider any change that lower the overload manager threshold below it, a breaking change.

Maybe a new "Overload Manager" page under Traffic? Although it is not really a "task" since it is not configurable at the moment (#3604)

貢獻者指南