Jason Parraga
Jason Parraga
We recently upgraded Armada and we found that jobs were no longer being scheduled. The scheduling reasons were all empty string. After digging into the code I discovered that the...
[PodDefaults](https://github.com/armadaproject/armada/blob/master/internal/executor/configuration/types.go#L77) and PodDefaults.Ingress are defined as struct pointers which implies that these values may not be configured and may be nil. When these values are not configured (since we want...
We are trying to use the ingress feature during job submission but it doesn't seem compatible with our environment for a few reasons. 1. We are not able to configure...
It would be helpful if there was support for distributed tracing (ideally through OTEL) so that it could be used to debug performance issues.
It would be nice to have metrics for lookout to keep track of response codes, duration, etc.
Fixes # #### Special notes for your reviewer:
It would be helpful to understand how Postgres connection pool behavior in order to tune Postgres settings for various services.
Fixes #4187 This pull request improves the configurability of the ingress config for environments like ours where we run nginx ingress, cert-manager, and external DNS. This change allows ingress classes...
## 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...
## 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...