Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavono123/kubectl-view-labels
show-labels sucks, you can view-labels fast and exactly
https://github.com/flavono123/kubectl-view-labels
kubectl kubectl-plugins
Last synced: about 1 month ago
JSON representation
show-labels sucks, you can view-labels fast and exactly
- Host: GitHub
- URL: https://github.com/flavono123/kubectl-view-labels
- Owner: flavono123
- License: apache-2.0
- Created: 2023-06-28T10:13:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T00:47:52.000Z (about 1 year ago)
- Last Synced: 2024-06-21T15:48:59.223Z (5 months ago)
- Topics: kubectl, kubectl-plugins
- Language: Go
- Homepage: https://github.com/flavono123/kubectl-view-labels
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `kubectl view-labels`: *`show-labels` sucks, you can `view-labels` fast and exactly*
![demo](assets/demo/k-view-labels.gif)
A krew plugin to search resouces and label values with keys.
## Install
```sh
kubectl krew add
kubectl krew install flew/view-labels
```## Build
```sh
# TODO: should be done in CI
# personal workaround# BUMP THE VERSION in Maekfile
make# Test in local
cp build/kubectl-view_labels__darwin_arm64 $HOME/.krew/kubectl-view_labels # i use m2 macbook
k view-labels no# Publish
git tag
git push --tags
```