cloudfoundry / cf-k8s-networking

building a cloud foundry without gorouter....
Apache License 2.0
32 stars 17 forks source link

add labels to routecontroller resources #53

Closed tcdowney closed 4 years ago

tcdowney commented 4 years ago

Adds a few of the "Recommended Labels"[0] to the resources related to RouteController which will align us closer with the CF "Kubernetes Guidelines"[1]. It will make our components more consistent with the rest of the CF system components.

The label values are similar to what was discussed in the Route CRD proposal.

Additionally I created a story to add the app.kubernetes.io/version label as part of our release process.

[0] https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ [1] https://github.com/cloudfoundry-incubator/kubernetes-guidelines

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/173631082

The labels on this github issue will be updated when the story is started.