Error: unknown command "buoyant" for "linkerd" #6636
Answered
by
hongbo-miao
hongbo-miao
asked this question in
Q&A
-
First I run ➜ curl -sL buoyant.cloud/install | sh
Downloading linkerd-buoyant-v0.4.1-darwin-amd64...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 643 100 643 0 0 2372 0 --:--:-- --:--:-- --:--:-- 2372
100 41.8M 100 41.8M 0 0 22.5M 0 0:00:01 0:00:01 --:--:-- 34.5M
Download complete!
Linkerd Buoyant extension v0.4.1 was successfully installed 🎉
Add the linkerd-buoyant CLI to your path with:
export PATH=$PATH:/Users/hongbo-miao/.linkerd2/bin
Now run:
linkerd buoyant install | kubectl apply -f - # install the linkerd-buoyant extension
linkerd buoyant check # validate everything worked!
Visit https://buoyant.cloud to view cluster data. However, I got this error when I actually install this plugin: ➜ linkerd buoyant install | kubectl apply -f -
Error: unknown command "buoyant" for "linkerd"
Run 'linkerd --help' for usage.
error: no objects passed to apply Any idea? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
hongbo-miao
Aug 9, 2021
Replies: 1 comment 1 reply
-
Sorry, I missed Add the linkerd-buoyant CLI to your path with:
export PATH=$PATH:/Users/hongbo-miao/.linkerd2/bin Now it works! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I missed
Now it works!