Kai

Results 3 issues of Kai

I removed all nodes before I set new nodes, but the cluster is still there, any method to remove it? A temporary solution: `container.select('g.output').selectAll('.clusters').remove();`

Hi, I am unable to find the options to set the cpu & memory for worker pod, the default resources is too limited. ``` resources: requests: cpu: 10m memory: 10Mi...