[FEATURE] Support PowerShell for k3d shell
#100
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now running
k3d shell
from a PowerShell session results in this error:I would like to see
k3d shell
support PowerShell. That is, if I runk3d shell
from a PowerShell session, a sub-shell PowerShell session should be created (much like runningbash
insidebash
) withKUBECONFIG
environment variable already set to the correct value and have the name of thek3s
cluster prepended to the shell's prompt.Right now as a workaround I run this command:
... which does exactly what I wanted
k3d shell
in PowerShell to do. It would be nice ifk3d shell
can have that built in.The text was updated successfully, but these errors were encountered: