Closed dyrnq closed 2 years ago
xref https://github.com/labring/lvscare/issues/30 upgrade lvscare version v4.1.3 and pass these args blow
--health-insecure-skip-verify true \
--health-status 401,403,200,201 \
--health-schem https
because apiserver https health response code is 401
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "Unauthorized",
"reason": "Unauthorized",
"code": 401
}
See also https://github.com/kubernetes/kubernetes/issues/43784