Skip to content

Tags: mjasion/kubectl-node-shell

Tags

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perl-for-cntrl-chars (kvaps#34) Feature: add support for embedded ctrl-[ (\x1b) Co-authored-by: Joe Schaefer <joseph.schaefer@blackstone.com>

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kvaps Andrei Kvapil
Use [ -t 0 ] for terminal toggle 

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kvaps Andrei Kvapil
fix: json syntax typo 

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kvaps#31 from kvaps/osx-compatibility Drops sed and bash dependencies, add version

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug: cmdline args need jsonification; tty support needs adjustment (k… …vaps#27) - switch shell to bash so we can use arrays and bulk element transforms - use [ -t 0 ] to baseline whether we need terminal support for the invocation - send human-interest commentary to stderr instead of stdout Co-authored-by: Joe Schaefer <joseph.schaefer@blackstone.com>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable support for custom image kvaps#19 (kvaps#25) 

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: kubectl command alias in getting ctx and ns (kvaps#23) Co-authored-by: zhanghc <zhanghc@keyamedical.com>

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
kvaps Andrei Kvapil
fix: custom command formatter 

v1.2.3

Toggle v1.2.3's commit message
fix cleanup when context/namespace changes 

v1.2.2

Toggle v1.2.2's commit message
upd arguments construction