Open nicks opened 2 years ago
I imagine app.kubernetes.io/name
/ app
would be reasonable labels to auto-group on by default, and we could also expose something via Tiltfile like k8s_resource_settings(auto_group_labels=['custom.example.com/app'])
🤔
From sam in the tilt channel:
im wondering if there is any other way to flag k8s services with a label so they get grouped in tandem, like the above
Currently, Tilt will match up Services with PodTemplates (e.g., Deployments, ReplicaSets), but not with bare pods