You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:aiohttp.access:10.101.111.72 [22/Apr/2021:16:35:57 +0000] "GET /status HTTP/1.1" 500 244 "-" "kube-probe/1.19"
ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "aiohttp/web_protocol.py", line 418, in start
File "aiohttp/web_app.py", line 458, in _handle
File "yacron/cron.py", line 182, in _web_get_status
File "multidict/_multidict_py.py", line 74, in __getitem__
File "multidict/_multidict_py.py", line 69, in getone
KeyError: "Key not found: 'Accept'"
Apparently it doesn't know how to pare the Accept header or something.
Thanks team!
The text was updated successfully, but these errors were encountered:
Description
The web listen config fails to parse requests coming from the kubernetes health checks.
What I Did
The yacron config
The kubernetes healt check config:
The output logs:
Apparently it doesn't know how to pare the Accept header or something.
Thanks team!
The text was updated successfully, but these errors were encountered: