Alex Bain
03/26/2022, 1:08 AMv0.19.3
. No matter what I add to my Propeller deployment.yaml
, I cannot seem to get Stackdriver log links to render in Flyte Console for map tasks (i.e. k8s_array
tasks). Map task subtasks always render with Kubernetes log links (even when declaring kubernetes-enabled: false
). I'm pretty sure that Stackdriver log links just don't work yet for map tasks. Could you confirm that?Haytham Abuelfutuh
plugins:
k8s-array:
logs:
config:
templates:
- displayName: "stackdriver"
templateUris:
- "<https://console.cloud.google.com/logs/viewer?project=><my project>&angularJsUrl=%%2Flogs%%2Fviewer%%3Fproject%%3D<my project>&resource=<stack driver log resource name>&advancedFilter=resource.labels.pod_name%%3D{{ .podName }}"
messageFormat: JSON
Alex Bain
03/26/2022, 1:21 AMconfig
key. I should have noticed that, I saw it in the code!