Add Links to Pods and Services #78
Labels
kind/feature
New feature or request
size/medium
A medium-ish project
status/help-wanted
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe.
When managing VpDeployments using just
kubectl
, it's often difficult to see which pods/ services are related to which deployments/ jobs.Describe the solution you'd like
Pods and Services, which already have the deployment and job id as labels, should be attached to the VpDeployment objects so that they can be seen through
kubectl describe vpdeployment/{name}
etc. This may be possible with theOwns
functionality in Kubebuilder.Describe alternatives you've considered
Using small scripts to figure out the linking works but is not an ideal workflow.
The text was updated successfully, but these errors were encountered: