Hi, I am getting the following warning in a task P...
# announcements
h
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
Hello @Hampus Rosvall! You can ignore the warning. Are you seeing any error when trying to view the logs?
h
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
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
164 Views