Results 58 issues of Jason Parraga

### Flyte & Flytekit version Flyte Master ### Describe the bug ``` === RUN TestGetEventInfo_LogTemplates/ray_job_start_time ray_test.go:1248: Error Trace: /Users/jasonparraga/code/flyte/flyteplugins/go/tasks/plugins/k8s/ray/ray_test.go:1248 Error: Not equal: expected: []*core.TaskLog{(*core.TaskLog)(0x14000790600)} actual : []*core.TaskLog{(*core.TaskLog)(0x14000790a20)} Diff: --- Expected...

bug
untriaged

### Motivation: Why do you think this is important? As Flyte runs it will accumulate rows in the Postgres database. In order to keep Postgres disk usage under control it...

enhancement

### Flyte & Flytekit version Flyte v1.15.3 ### Describe the bug We are trying to use GPU resource types other than "nvidia.com/gpu" but there appears to be hardcoding in Flyte...

bug

## What changes were proposed in this pull request? Cleans up unused functions, variables, redundant conditions, unused variables, string format issues, redundant type declarations. ## How was this patch tested?...

housekeeping

### Motivation: Why do you think this is important? Right now the configuration around GPU accelerated workloads is quite rigid. Flyte propeller only allows for a global GPU resource name...

enhancement

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Labels Please add one or...

### Describe the issue Current grpc probes are defined using a curl script but could be simplified to: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe ### What if we do not do this? Less elegant code...

housekeeping

### Describe the bug When deploying a new version of Flyte Propeller it's quite easy for Flyte Propeller to get into a bad state if there is an issue during...

bug