command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 3, 2021
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
kubectl nearby
A kubectl plugin that lists pods on the same node as the given pod.
Installation
- Download the latest version from the Releases page.
- Place the
kubectl-nearby
binary in a directory that's included in your $PATH
. For example: /usr/local/bin
.
Usage
To list pods on the same node as a given pod:
kubectl nearby pods POD_NAME [OPTIONS]
By default, the output only shows pods from the same namespace as the given pod.
Options:
--namespace NAMESPACE
- The namespace for the given pod.
--all-namespaces
- The output will include pods from all namespaces on the same node as the given pod.
Creating a new release
This is the standard release process for maintainers.
- Go to the Releases page
- Note the most recent release version
- Locally, checkout the
main
branch to the latest revision
- Run
bin/release VERSION
where version is in the form vX.Y.Z
and is the next logical semantic version based on the changes
- Go to the Tags page
- Find the tag named after the version you just created
- Click ... and click Create release
- Release title format:
Release vX.Y.Z
- Description: Note relevant changes and link to the PR(s).
- Attach the
.tar.gz
files from your local releases/vX.Y.Z
directory.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.