Hi community! I'm analyzing Flyte logs, I've got ...
# flyte-support
a
Hi community! I'm analyzing Flyte logs, I've got a node ID (e.g. f47398c700ad94d17a86-n0-0-dn50-0). Is there an easy way to trace back to the project and domain?
p
hello - programatically or interacting with the CLI?
a
preferably CLI, but any approach is fine
p
cool, that should be easy using kubectl. try
kubectl describe pod 47398c700ad94d17a86-n0-0-dn50-0
and look for
FLYTE_INTERNAL_TASK_PROJECT
and
FLYTE_INTERNAL_TASK_DOMAIN
envvars
🙏 1
a
cool, thanks a lot!
👍 1
p
there are probably a handful of ways to fetch the info, so let us know if that doesn't work or you'd prefer a different method
gratitude thank you 1
a
all right, thanks a ton!