-
Feature Request
-
Resolution: Done
-
Major
-
DWO 0.31.0, 3.16.1.GA
-
None
-
False
-
None
-
False
-
-
When there is a client side timeout when accessing the health check endpoint on DevWorkspace startup, there is no logic that retries the request.
In the case of a client side timeout for the health check, the following error message appears in the devworkspace-controller-manager-* pod:
"Get \"https://<FQDN>/<WORKSPACE_NAME>/3100/healthz\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
In this case, there should be retry logic in the DevWorkspace Operator.