Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for node/$nodename resource form #36

Merged
merged 3 commits into from
Jan 6, 2022
Merged

allow for node/$nodename resource form #36

merged 3 commits into from
Jan 6, 2022

Commits on Dec 30, 2021

  1. allow for node/$nodename resource form

    I sometimes use this plugin with a `for node in $(kubectl get names -o node); do kubectl node-shell "$node" -- something` loop. The kubectl get names -o node outputs a list of nodenames prefixed with the `node/` type.
    This change will, always, simply filter out `node/` at the beginning of the node name.
    madeddie committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c32a71a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Update kubectl-node_shell

    Co-authored-by: Andrei Kvapil <kvapss@gmail.com>
    madeddie and kvaps committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    6d803fe View commit details
    Browse the repository at this point in the history
  2. Bump up version string

    madeddie committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7c86950 View commit details
    Browse the repository at this point in the history