Commit Graph

5 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
70033bf843
Merge pull request #114606 from tuunit/bugfix-case-sensitive-headers
fix: remove case sensitive checking of probe headers
2023-05-15 22:05:36 -07:00
dddddai
10a8ec5b2c use case-insensitive header keys for http probes 2023-04-12 15:39:55 +08:00
tuunit
4a667a1026 fix: remove case sensitive checking of probe headers 2023-03-21 12:38:48 +01:00
xin.li
8848f848db [ut] add test for pkg/probe/http/request.go
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-12-30 10:13:54 +08:00
Jason Simmons
5a6acf85fa Align lifecycle handlers and probes
Align the behavior of HTTP-based lifecycle handlers and HTTP-based
probers, converging on the probers implementation. This fixes multiple
deficiencies in the current implementation of lifecycle handlers
surrounding what functionality is available.

The functionality is gated by the features.ConsistentHTTPGetHandlers feature gate.
2022-10-19 09:51:52 -07:00