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
When tapping a service with the --namespace parameter tap is still trying to access all namespaces. in our situation this is a blocker issue as we have limited access to K8s API outside our namespace. Is there a way to enforce only namespace scope, instead of cluster, for all calls.
kubectl tap on --namespace test -p 8080 service
Error: error fetching namespaces: namespaces is forbidden: User "system:serviceaccount:...:..." cannot list resource "namespaces" in API group "" at the cluster scope
script returned exit code 1
Screenshots or other information
Kubernetes client version: v1.26.0
The text was updated successfully, but these errors were encountered:
Description
When tapping a service with the
--namespace
parameter tap is still trying to access all namespaces. in our situation this is a blocker issue as we have limited access to K8s API outside our namespace. Is there a way to enforce only namespace scope, instead of cluster, for all calls.Screenshots or other information
Kubernetes client version: v1.26.0
The text was updated successfully, but these errors were encountered: