Konduktor Config Yaml

Schema

allowed_clouds:                   # optional {gs, s3}
  - gs
  - s3

tailscale:                        # optional
  secret_name: <string>

ssh:                              # optional
  enable: <boolean>               # defaults to false

kubernetes:                       # optional
  pod_config:
    spec:
      <dict>                      # see below for more options
      imagePullSecrets:           # for private container registry
        - name: regcred 
  provision_timeout: <int>        # defaults to 300

Details

allowed_clouds
tailscale
ssh
kubernetes: pod_config: spec
kubernetes: pod_config: spec: imagePullSecrets