Skip to content

flavono123/kubectl-view-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl view-labels: show-labels sucks, you can view-labels fast and exactly

demo

A krew plugin to search resouces and label values with keys.

Install

kubectl krew add
kubectl krew install flew/view-labels

Build

# TODO: should be done in CI
# personal workaround

# BUMP THE VERSION in Maekfile
make

# Test in local
cp build/kubectl-view_labels_<VERSION>_darwin_arm64 $HOME/.krew/kubectl-view_labels # i use m2 macbook
k view-labels no

# Publish
git tag <VERSION>
git push --tags