You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use kyrat regularly for ssh'ing into hosts and having some bashrc macros quickly available. Any chance it can be updated/augmented to support entering a kubernetes pod via kubectl exec -it ....
Right now I can do kubectl exec -it <POD> -- bash
to get a bash shell in the POD.
Optimally I could instead run
kyrat POD to kyrat into the POD and have all my bashrc, etc. stuff.
The text was updated successfully, but these errors were encountered:
I use kyrat regularly for ssh'ing into hosts and having some bashrc macros quickly available. Any chance it can be updated/augmented to support entering a kubernetes pod via
kubectl exec -it ...
.Right now I can do
kubectl exec -it <POD> -- bash
to get a bash shell in the POD.
Optimally I could instead run
kyrat POD
to kyrat into the POD and have all my bashrc, etc. stuff.The text was updated successfully, but these errors were encountered: