Missaka Iddamalgoda
Missaka Iddamalgoda
I tried another approach by implementing an application which intercepts the docker-engine calls from the selenium node-docker component and then translates those calls to k8s calls and then call the...
> The crux of it was to implement the sessionMap as annotations (metadata) on a Kubernetes pod, so that Selenium Grid didn't need to maintain the session state, which means...
> I have managed to deploy video container on the same pod but the video file is not saved till the video container is not stop gracefully and also you...
Also we need a way to implement liveliness and readiness probes because i ran into few instances that the selenium process was killed and pod continues to run which results...
> As was mentioned in [kedacore/keda#2494](https://github.com/kedacore/keda/discussions/2494) you can either use KEDA to scale a deployment or [jobs](https://keda.sh/docs/2.5/concepts/scaling-jobs/). I'm thinking that scaling jobs might be more fitting. But you then need...
> I don't see how that would help. You could put that cost in the manifest to begin with. But in any case you end up with having to remove/update...
> On the other hand I haven't tested it, so who knows if OneShotNode still works... It seems like even though the code is available in the repo it causes...
> You can try printing `APIException.getCode()` or `APIException.getResponseBody()` to get more details from the exception that may help with this debugging. Thanks for the tip on ability to print the...
As you suggested `ApiException.getMessage()` function worked. It printed the returned message field in the previously attached response body.
From [https://tools.ietf.org/html/rfc6749#section-1.5](url) it states > (H) The authorization server authenticates the client and validates the refresh token, and if valid, issues a new access token (and, optionally, a new refresh...