Skip to content

Commit

Permalink
Update Krew template to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro López (inkel) <[email protected]>
  • Loading branch information
inkel committed Feb 3, 2023
1 parent 0aba163 commit a0cc5c5
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@ spec:
bin: kubectl-nodepools.exe
shortDescription: List node pools/groups
description: |
List node pools/groups in the current cluster, alongside a count of how
many nodes there are in each pool/group and their type.
Some cloud providers allow to manage your cluster nodes in pools/groups
where all their nodes share base settings. This plugin allows you to
list node pools/groups in the current cluster, alongside a count of how
many nodes there are in each pool/group and their instance type. In
addition to this you can also list nodes for a given node pool/group by
name.
You can also list nodes for a given node pool/group by name.
This plugin supports the standard kubectl flags for environment selection
and authentication.
Example usage:
List node pools/groups in cluster:
kubectl nodepools
List nodes in a node pool/group:
kubectl nodepools nodes $nodepool
More information at https://github.com/grafana/kubectl-nodepools
This plugin supports the standard kubectl flags for environment and
cluster selection and authentication.

0 comments on commit a0cc5c5

Please sign in to comment.