dask-gke icon indicating copy to clipboard operation
dask-gke copied to clipboard

kubernetes setup to bootstrap distributed on google container engine

Results 10 dask-gke issues
Sort by recently updated
recently updated
newest added

The readme has a note about the lack of maintenance and activity. Should this repo be archived?

I thought it'd be nice to safe some money by adding the option to use preemptible instances, so I added a quickfix to do this. Will issue PR.

For security reasons, I think that the default configuration should not map the jupyter / scheduler services on a public IP address (even if jupyter notebook asks for a password,...

enhancement
help wanted

I have run into this a few times: ``` $ dask create foo cluster.yml .... replicationcontroller "jupyter-notebook" created replicationcontroller "dask-scheduler" created replicationcontroller "dask-worker" created INFO: Waiting for kubernetes... (^C to...

I am working on developing a dask-kubernetes deployment that will need to access datasets stored on a GCP persistent disk. I've tried [a number of approaches](https://github.com/jhamman/dask-kubernetes/commit/02d5c35777549d0671b95a8f78361c113b7477ad) without success and am...

Are you interested in a patch that auto-generates an SSL certificate for the jupyter-notebook process?

This repository tends to fall behind whenever we update Dask. We might want to move the basic image to something in a standard `dask/` namespace. We may also want to...

It looks like there is a typo in the name/cluster variable. I also get follow on errors about `update_config` after I fix this.

Gives error message like `doesn’t understand the “open location” message. (-1708)` when calling any browser page, because of a change in the latest OSX. This can only be fixed in...

For various reasons it would be convenient to have a `KubernetesCluster` object in Python that we could play with during execution rather than use the command line. In my immediate...