What problem does your feature solve?
Currently it's not very easy to match pods to specific missions. This makes tasks such as pod listing or log filtering a bit hard.
What would you like to see?
It would be valuable for all SSC pods to have label with mission name they are for. This would allow us to use kubectl get po -l label:value to filter pods.
Once we have labels we should able to propagate those to metrics or log storage solutions and allow filtering in those tools as well. If would, for example, be very useful to filter logs and only display them for a mission that failed.
What problem does your feature solve?
Currently it's not very easy to match pods to specific missions. This makes tasks such as pod listing or log filtering a bit hard.
What would you like to see?
It would be valuable for all SSC pods to have label with mission name they are for. This would allow us to use
kubectl get po -l label:valueto filter pods.Once we have labels we should able to propagate those to metrics or log storage solutions and allow filtering in those tools as well. If would, for example, be very useful to filter logs and only display them for a mission that failed.