Skip to content

Commit

Permalink
new version v1.8.0 of node-shell (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored Sep 11, 2023
1 parent c8aedd8 commit caff8cd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugins/node-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: node-shell
spec:
version: v1.7.0
version: v1.8.0
homepage: https://github.com/kvaps/kubectl-node-shell
shortDescription: Spawn a root shell on a node via kubectl
description: |
Expand All @@ -15,6 +15,9 @@ spec:
Get standard bash shell:
$ kubectl node-shell <node>
Use X-mode (mount /host, and do not enter host namespace)
$ kubectl node-shell -x <node>
Execute custom command:
$ kubectl node-shell <node> -- echo 123
Expand All @@ -33,8 +36,8 @@ spec:
values:
- darwin
- linux
uri: https://github.com/kvaps/kubectl-node-shell/archive/v1.7.0.tar.gz
sha256: b42cb135d7caf8a9afa6764b1fa6e17bc48548fe420b6e48c4964ca6193e98da
uri: https://github.com/kvaps/kubectl-node-shell/archive/v1.8.0.tar.gz
sha256: 5b1665b045a3a3408d2ba0e556521fc450060600b1757c82f9427bf6c4298ce5
files:
- from: kubectl-node-shell-*/kubectl-node_shell
to: .
Expand Down

0 comments on commit caff8cd

Please sign in to comment.