You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Kubetap is a kubectl plugin that enables an operator to easily deploy intercepting proxies for Kubernetes Services." seems more like it is a tool for intercepting Kubernetes Services relying on deployments, which is very sad!
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: