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

Rerender fails

Open mrocklin opened this issue 8 years ago • 4 comments

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.

mrocklin avatar Jun 28 '17 14:06 mrocklin

Out of interest, what were you trying to change? This kind of updating should maybe be removed for the time being, since it probably actually needs "rolling update " by kubernetes to restart containers with new settings to have any effect. Some settings such as cluster region cannot be changed at all.

martindurant avatar Jun 28 '17 14:06 martindurant

I wanted to change a few things all at once and felt that changing the yaml file would be more convenient than using many cli calls. In particular I wanted to change the node type so that I could get larger worker nodes. I'm working around this by just making a new cluster.

mrocklin avatar Jun 28 '17 14:06 mrocklin

That brings out exactly the complexity I am talking about. It is possible to change the instance type , but it involves stopping instances and restarting them, and (presumably) restarting all kubernetes containers too.

martindurant avatar Jun 28 '17 14:06 martindurant

Yeah, I would mostly hope that we just lean on Kubernetes to handle this

mrocklin avatar Jun 28 '17 14:06 mrocklin