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
I am using linkerd cli to generate service profiles
linkerd viz profile profile-name --tap deploy/$deploy-name --tap-duration 10s -n $namespace
for few deployments I am getting below error as output
Error: Post "https://************.eks.amazonaws.com/apis/tap.linkerd.io/v1alpha1/watch/namespaces/$namespace/deployments/$deployment/tap": context deadline exceeded
Usage:
linkerd viz profile [flags] --tap resource (SERVICE)
Examples:
# Generate a profile by watching live traffic.
linkerd viz profile -n emojivoto web-svc --tap deploy/web --tap-duration 10s --tap-route-limit 5
Flags:
-h, --help help for profile
-n, --namespace string Namespace of the service
--tap string Output a service profile based on tap data for the given target resource
--tap-duration duration Duration over which tap data is collected (for example: "10s", "1m", "10m") (default 5s)
--tap-route-limit uint Max number of routes to add to the profile (default 20)
Global Flags:
--api-addr string Override kubeconfig and communicate directly with the control plane at host:port (mostly for testing)
--as string Username to impersonate for Kubernetes operations
--as-group stringArray Group to impersonate for Kubernetes operations
--cni-namespace string Namespace in which the Linkerd CNI plugin is installed (default "linkerd-cni")
--context string Name of the kubeconfig context to use
--kubeconfig string Path to the kubeconfig file to use for CLI requests
-L, --linkerd-namespace string Namespace in which Linkerd is installed (default "linkerd")
--verbose Turn on debug logging
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using linkerd cli to generate service profiles
for few deployments I am getting below error as output
I am using linkerd
2.12.0 stable version
What could be the cause of this error while generating service profiles?
Beta Was this translation helpful? Give feedback.
All reactions