Skip to content

Commit

Permalink
keep only v1 and support both base64 and yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Pin-Lun Hsu <[email protected]>
  • Loading branch information
ByronHsu committed Mar 21, 2024
1 parent 3fe4533 commit 5eb5086
Show file tree
Hide file tree
Showing 20 changed files with 420 additions and 868 deletions.
6 changes: 4 additions & 2 deletions flyte-single-binary-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ tasks:
- container
- sidecar
- K8S-ARRAY
- ray
default-for-task-types:
- container: container
- container_array: K8S-ARRAY
- ray: ray

plugins:
logs:
Expand Down Expand Up @@ -91,5 +93,5 @@ task_resources:
cpu: 500m
memory: 500Mi
limits:
cpu: 800m
memory: 800Mi
cpu: 4
memory: 4Gi
202 changes: 0 additions & 202 deletions flyteidl/LICENSE

This file was deleted.

79 changes: 0 additions & 79 deletions flyteidl/README.md

This file was deleted.

10 changes: 10 additions & 0 deletions flyteidl/gen/pb-es/flyteidl/plugins/ray_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5eb5086

Please sign in to comment.