-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor WatchDeploymentLogs to use label selectors instead of selecting deployments by name. #6965
Comments
I would like to work on it. I am assigning it to myself. |
/triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
/assign @adilGhaffarDev /remove-help given we have an open & active PR: #7039 (except if I'm missing something :)) |
User Story
As a developer I would like to call a function in e2e tests to stream logs of deployments, selected by a label selector, for not requiring to know the exact name of the deployment in the test implementation.
Detailed Description
Currently we do already the same but need to know the exact deployment name to do so, example: https://github.com/kubernetes-sigs/cluster-api/pull/6892/files .
Anything else you would like to add:
Follow up issue via comment:
/kind cleanup
The text was updated successfully, but these errors were encountered: