1 Cluster Configuration
Timothee Guerin редактировал(а) эту страницу 2018-02-08 15:27:40 -08:00

Cluster Configuration

After running aztk init you should have a cluster.yaml file in .aztk folder.

Change the default cluster id

id: my_new_default

Custom scripts

custom-scripts:
 - path/to/script1.sh
 - other.sh

Plugins

plugins:
  - name: jupyter
    args:
      arg1: abc
      arg2: def