Skip to content

Commit

Permalink
Link to the issue comment explaining init container resource requests.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Jul 2, 2024
1 parent 669796c commit 2cdcfb7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions linkerd.io/content/blog/2024/0701-edge-release-roundup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ can find them in the release notes for each release.
This release changes the proxy-init container to always request the same
amount of memory and CPU as the proxy itself, and removes the ability to
explicitly set proxy-init's requests because there's now no need to do so.
(This doesn't increase the resources required for the pod as a whole, because
the proxy-init container completes before the proxy starts, letting the proxy
reuse resources requested by the proxy-init container.)
(This doesn't increase the resources required for the pod as a
whole, because the proxy-init container completes before the proxy
starts, letting the proxy reuse resources requested by the proxy-init
container. For full details, check out [issue #11320][comment]).

[comment]: https://github.com/linkerd/linkerd2/issues/11320#issuecomment-2186383081

It also continues work on upcoming GRPCRoute support. Finally, if
`proxy.logHTTPHeaders` is somehow empty, it correctly defaults to "off".
Expand Down

0 comments on commit 2cdcfb7

Please sign in to comment.