Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Cluster Configuration

Timothee Guerin edited this page Feb 8, 2018 · 1 revision

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