Victor Churikov
08/30/2023, 11:21 AM<https://app.groundcover.com/logs?start=&end=&duration=Last+48+hours&clusterId=sbox-flyte&freeText=&selectedLogId=&fullVisibility=false&pod=flytehelperspipelinegenericwor-67b2f10c-n4-0>
…where &pod=flytehelperspipelinegenericwor-67b2f10c-n4-0
is the addition containing the task pod’s name, everything else can be hard-coded per installation of Flyte.
Can this be configured somehow? Using flyte-core helm installation on GKERahul Mehta
08/30/2023, 12:37 PMtask_logs
section). We have it set up for Grafana and our logging system. Note that there may be some weirdness with escaping{{ "{{" }} .podName {{ "}}" }}
Victor Churikov
08/30/2023, 3:33 PMtask_logs:
plugins:
logs:
kubernetes-enabled: true
cloudwatch-enabled: false
stackdriver-enabled: false
kubernetes-template-uri: <https://app.groundcover.com/logs?start=&end=&duration=Last+48+hours&clusterId=><cluster_id>&freeText=&selectedLogId=&fullVisibility=false&pod={{ "{{" }} .podName {{ "}}" }}
k8s-array:
logs:
config:
kubernetes-enabled: true
cloudwatch-enabled: false
stackdriver-enabled: false
kubernetes-template-uri: <https://app.groundcover.com/logs?start=&end=&duration=Last+48+hours&clusterId=><cluster_id>&freeText=&selectedLogId=&fullVisibility=false&pod={{ "{{" }} .podName {{ "}}" }}