Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Links to Pods and Services #78

Open
austince opened this issue Jan 28, 2020 · 1 comment
Open

Add Links to Pods and Services #78

austince opened this issue Jan 28, 2020 · 1 comment
Labels
kind/feature New feature or request size/medium A medium-ish project status/help-wanted Extra attention is needed
Milestone

Comments

@austince
Copy link
Contributor

austince commented Jan 28, 2020

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 the Owns functionality in Kubebuilder.

Describe alternatives you've considered

Using small scripts to figure out the linking works but is not an ideal workflow.

@austince austince added status/help-wanted Extra attention is needed size/medium A medium-ish project kind/feature New feature or request labels Jan 28, 2020
@austince austince added status/in-progress Currently being worked on and removed status/help-wanted Extra attention is needed labels Feb 7, 2020
@austince austince added this to the v1 milestone Feb 7, 2020
@austince
Copy link
Contributor Author

austince commented Mar 14, 2020

Would be great if we could also use kubectl port-forward and kubectl logs commands on VpDeployments.

@austince austince added status/help-wanted Extra attention is needed and removed status/in-progress Currently being worked on labels Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request size/medium A medium-ish project status/help-wanted Extra attention is needed
Development

No branches or pull requests

1 participant