Skip to content

grafana/kubectl-nodepools

kubectl-nodepools

A kubectl plugin for listing node pools/groups.

Installation

Make sure your Go bin directory is in your PATH:

export PATH="$(go env GOPATH)/bin:${PATH}"

You can install kubectl-nodepools using krew with the following command:

kubectl krew install nodepools

You can also install it using the following command:

go install github.com/grafana/kubectl-nodepools@latest

Usage

kubectl-nodepools accepts the default flags from kubectl, like --context. Pass --help for additional help.

Listing node pools/groups

kubectl nodepools list

Listing nodes in a given node pool/group

kubectl nodepools nodes $nodepool

Where $nodepool should be the name of an existing node pool.

About

A kubectl plugin for listing node pools/groups

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5