Consider not adding Skaffold labels by default in render
#5542
Labels
area/labels
area/render
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Milestone
With the addition of
skaffold apply
, we will be applying theskaffold.dev/run-id
andkubernetes.io/managed-by
labels by default when resources are actuated to the cluster, meaning they're not required in the hydrated manifests provided for functionality like status check to work.These labels are added by default to all manifests rendered through
skaffold render
, but given thatskaffold apply
can consumeskaffold render
's output and adds these labels, we might want to just default to not adding them in render to clean up the hydrated manifests we output. The labels themselves are an implementation detail for our status check and don't provide any value to users.The text was updated successfully, but these errors were encountered: