Results 12 comments of Irina

I presume the issue is about UBUNTU 21.10, because the raspbian OS works well. However, I wanna get the key to how to debug this issue

I have the same error and got `Readiness probe failed: HTTP probe failed with statuscode: 500` ![image](https://github.com/kubernetes-sigs/metrics-server/assets/7852737/ade7ed11-7ab5-4237-9f13-1babd177b2c7) ![image](https://github.com/kubernetes-sigs/metrics-server/assets/7852737/de7e4514-290a-45ba-89e4-494bc36cc990) ![image](https://github.com/kubernetes-sigs/metrics-server/assets/7852737/fbe10c20-f084-4153-8e83-ae0bda2ec69e) ![image](https://github.com/kubernetes-sigs/metrics-server/assets/7852737/b0406809-1a9a-48dc-a9ec-b06a3697ca54) `k version -o yaml` ![image](https://github.com/kubernetes-sigs/metrics-server/assets/7852737/fe03deda-e29c-4281-8c72-0b1ae3d84d91)

Found the solution here https://github.com/rrag/react-stockcharts/blob/master/src/lib/scale/evaluator.js#L53 We can override data for clamp as a function. I've made closure for clamp so it can access additional tracking data. @rrag , thank you...

https://github.com/pytest-dev/pytest/pull/13399

Need to squash commits - OK to close, I'll reopen a new one with one commit

> I skimmed through the issue (I'm short on time so I cannot do a more through research), but looking at the code is not immediately clear to me so...

> > I skimmed through the issue (I'm short on time so I cannot do a more through research), but looking at the code is not immediately clear to me...

Do we need to rewrite contest plugins? It's the not original behavior

But it still doen't see conftest plugins ![image](https://github.com/user-attachments/assets/019824f9-c6a6-47e3-a367-dd9eeb326a9c) Result of provided plugins: `['pytest', 'zope.interface', 'idna', 'anyio', 'sniffio', 'filelock', 'cachetools', 'incremental', 'greenlet', 'pluggy', 'hypothesis', 'Automat', 'wheel', 'virtualenv', 'coverage', 'pip', 'distlib', 'mock',...

I see code coverage is less than 100%(96%), maybe add some unit tests? Also mypy doesn't like the packeage name, created [a question on stackoverflow](https://stackoverflow.com/questions/79741348/mypy-source-file-found-twice-under-different-module-names) [nicoddemus](https://github.com/nicoddemus)[RonnyPfannschmidt], what do you think?