forked from flyteorg/flytepropeller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
106 lines (106 loc) · 2.86 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# This is a sample configuration file.
# Real configuration when running inside K8s (local or otherwise) lives in a ConfigMap
propeller:
rawoutput-prefix: s3://my-container/test/
metadata-prefix: metadata/propeller/sandbox
workers: 1
workflow-reeval-duration: 10s
downstream-eval-duration: 5s
limit-namespace: "all"
prof-port: 11254
metrics-prefix: flyte
enable-admin-launcher: true
max-ttl-hours: 1
gc-interval: 500m
queue:
type: batch
queue:
type: bucket
rate: 20
capacity: 100
sub-queue:
type: bucket
rate: 100
capacity: 1000
# This config assumes using `make start` in flytesnacks repo to startup a DinD k3s container
kube-config: "$HOME/.flyte/k3s/k3s.yaml"
publish-k8s-events: true
workflowStore:
policy: "ResourceVersionCache"
tasks:
task-plugins:
enabled-plugins:
- container
- sidecar
- K8S-ARRAY
# Uncomment to enable sagemaker plugin
# - sagemaker_training
# - sagemaker_hyperparameter_tuning
# - sagemaker_custom_training
default-for-task-types:
- container: container
- container_array: K8S-ARRAY
# - presto: my-presto
# Sample plugins config
plugins:
# All k8s plugins default configuration
k8s:
inject-finalizer: true
default-annotations:
- annotationKey1: annotationValue1
resource-tolerations:
nvidia.com/gpu:
key: flyte/gpu
value: dedicated
operator: Equal
effect: NoSchedule
default-env-vars:
- AWS_METADATA_SERVICE_TIMEOUT: 5
- AWS_METADATA_SERVICE_NUM_ATTEMPTS: 20
- FLYTE_AWS_ENDPOINT: "http://minio.flyte:9000"
- FLYTE_AWS_ACCESS_KEY_ID: minio
- FLYTE_AWS_SECRET_ACCESS_KEY: miniostorage
co-pilot:
name: "flyte-copilot-"
image: "ghcr.io/flyteorg/flytecopilot:v0.5.28"
start-timeout: "5s"
sagemaker:
roleArn: "arn:aws:iam::123456789012:role/test-development"
region: "us-east-1"
prebuiltAlgorithms:
- name: "XGBOOST"
regionalConfigs:
- region: "us-east-1"
versionConfigs:
- version: "0.90"
image: "683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:0.90-2-cpu-py3"
- version: "1.0"
image: "683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:1.0-1-cpu-py3"
# Logging configuration
logs:
kubernetes-enabled: true
kubernetes-url: "http://localhost:30082"
storage:
connection:
access-key: minio
auth-type: accesskey
disable-ssl: true
endpoint: http://localhost:30084
region: us-east-1
secret-key: miniostorage
type: minio
container: "my-s3-bucket"
event:
type: admin
rate: 500
capacity: 1000
admin:
endpoint: localhost:30081
insecure: true
catalog-cache:
type: noop
endpoint: datacatalog:8089
insecure: true
logger:
level: 5
show-source: true