We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for tapping Statefulset objects.
Extend the search beyond just deployments to include Statefulsets.
I'm not aware of a workaround to this issue.
It appears that this tool doesn't support Statefulset objects. When attempting to tap a service pointing at a statefulset, I get:
Error: error resolving Deployment from Service selectors: the Service selector did not match any Deployments
I'm interpreting the "Deployments" as being literal in the above error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
Add support for tapping Statefulset objects.
Proposed Solution
Extend the search beyond just deployments to include Statefulsets.
Alternative Solutions
I'm not aware of a workaround to this issue.
Additional Context
It appears that this tool doesn't support Statefulset objects. When attempting to tap a service pointing at a statefulset, I get:
I'm interpreting the "Deployments" as being literal in the above error.
The text was updated successfully, but these errors were encountered: