-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64 support in krew #68
Comments
Thanks @chandanpasunoori - I'll update the build process ASAP. |
hi @boz any update on this? |
Updating the deps and modernizing the build tools is a bit of a quagmire, unfortunately. Will continue chipping away at it. |
arm64 support in krew working $ kubectl krew install tail $ kubectl krew info tail Stream logs from all matched containers of all matched pods. Match pods by service, Documentation: See https://github.com/boz/kail or $ kubectl tail --help Usage: match all pods$ kubectl tail match pods in the 'frontend' namespace$ kubectl tail --ns staging match pods belonging to a replicaset named 'workers' in any namespace.$ kubectl tail --rs workers match pods belonging to the replicaset named 'workers' only in the 'staging' namespace$ kubectl tail --rs staging/workers match pods belonging to both the service "frontend" and the deployment "webapp"$ kubectl tail --svc frontend --deploy webapp $ kubectl tail version |
krew installation failing for arm64 and I don't see arm64 in https://github.com/kubernetes-sigs/krew-index/blob/master/plugins/tail.yaml or https://github.com/boz/kail/releases
can we add this, I can see https://github.com/boz/kail/blob/master/.goreleaser.yml already has arm64.
what is required to add arm64 in release, I can contribute if you require.
Updated the local copy of plugin index.
Installing plugin: tail
W0317 15:01:20.772855 61973 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
The text was updated successfully, but these errors were encountered: