https://flyte.org logo
h

Hampus Rosvall

04/05/2022, 2:04 PM
Hi, I am getting the following warning in a task Pod when I run a workflow, and I am not able to see the logs from the pods in the console, so I was wondering if that could be related?
Copy code
{
  "asctime": "2022-04-05 13:58:10,552",
  "name": "flytekit",
  "levelname": "WARNING",
  "message": "No config file provided or invalid flyte config_file_path flytekit.config specified."
}
s

Samhita Alla

04/05/2022, 3:41 PM
Hello @Hampus Rosvall! You can ignore the warning. Are you seeing any error when trying to view the logs?
h

Hampus Rosvall

04/05/2022, 4:33 PM
Hey! No I did not see any errors of any kind, is there a particular place I can look for errors in any of the Kubernetes resources?
s

Samhita Alla

04/05/2022, 4:39 PM
You can describe the pod:
kubectl describe po <pod-name> -n flyte
. More on this can be found in the troubleshooting guide. You can also view pod logs from the console: https://docs.flyte.org/en/latest/concepts/flyte_console.html#id10.
👀 1
4 Views