Skip to content
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

add wider #4274

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions plugins/wider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: wider
spec:
version: "v0.0.1"
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- windows
- darwin
- linux
uri: https://github.com/boriscosic/wider/releases/download/v0.0.1/v0.0.1.zip
sha256: 753d0a7eac6f25e68ec40ba01c86d6bcdeb981a6480c212bfe22b517b52f1385
files:
- from: "*"
to: "."
bin: kubectl-wider
shortDescription: >-
Get pod and associated node information with one command
homepage: https://github.com/boriscosic/wider
description: |
Get pods and associated node information. Extend the output with custom-columns
by leveraging keys from pod or node specs.
Examples:
`$ kubectl wider`
`$ kubectl wider -n istio-system -o custom-columns="NAME:.metadata.name,NODE:.node.metadata.name`
Loading