With regards to the k8s executor and user deployme...
# ask-community
r
With regards to the k8s executor and user deployments, is there a way to change the run pod/job names from "dagster-run-xxx" to a name that would help a user determine which user deployment that pod is coming from?
🤖 1
j
There’s not. Would a k8s label suffice? We could stick code location name in with job name here https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-k8s/dagster_k8s/launcher.py#L228
r
That might be good to add, but it will still be hard to tell which pod is running what job just looking at pods
j
What interface are you using for that?
kubectl get pods
?
r
k9s, lense
currently don't have lense running, not sure if there is a good way to use that to filter by tags
j
Would you mind filing an issue for this?
I don’t think we’ll be able to get to it immediately. We do take pr’s though 🙂