Ralf Rettig
Ralf Rettig
Hi, it does not seem to be possible to launch the Java-side process through `launch_gateway` and having it listening on an IPv6 localhost address. Digging into the code base, it...
The class `ClientServer` has a constructor with this syntax. `new ClientServer(javaPort, GatewayServer.defaultAddress(), pythonPort, GatewayServer.defaultAddress(), connectTimeOut, readTimeOut, ServerSocketFactory .getDefault(), SocketFactory.getDefault(), null);` I cannot find information about the unit of the two...
# Symptoms When running the Django `makemigrations` command on a simple Django project that is just containing a simple Dash page derived from the examples available for `django-plotly-dash`, the migrations...
Environment: * dask-gateway: `0.8.0` * helm: `version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"}` * kubectl: `Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:28:09Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.9-r0-CCE20.8.1.3.B001-17.36.5", GitCommit:"d61c11191a704802f93e5d86877a8fcffe208d58", GitTreeState:"clean",...
Both `gateway` and `controller` have an option to specify `imagePullSecrets` in the `values.yaml` file of `dask-gateway`. This is however missing for `backend`. I think that this is much more important...
I suggest to have the same version number as a compatible `dask` and `distributed` version. It is extremely difficult to know which versions are compatible. It looks like just using...