Become a Krew extension
jglick opened this issue · 3 comments
jglick commented
So people could just
kubectl krew install kail
kubectl kail
rather than figuring out https://github.com/boz/kail#downloading
totoroot commented
@jglick It can already be installed with kubectl krew install tail
.
For whatever reason it is just not in the README.
For more information see related issue #34
Pinging @bizrad @rblaine95. Since you liked this issue, I suppose you did not know this as well.
rblaine95 commented
Very nice, didn't realize that! Thank you @totoroot
Now just need to wait for a release for darwin/arm64
» k krew install tail
Updated the local copy of plugin index.
Installing plugin: tail
W0209 13:39:56.885669 19352 install.go:164] failed to install plugin "tail": plugin "tail" does not offer installation for this platform
failed to install some plugins: [tail]: plugin "tail" does not offer installation for this platform
jglick commented
Installed, and kubectl tail
working. Thanks!