-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Windows support #29
Comments
@dkirrane it's written in bash, I have no immediate plans to rewrite. It's probably possible to write these in powershell, but I’m not a big fan of maintaining two implementations (also not a big fan of converting this to a Go or a Python program which requires installing extra stuff). If you consider using "Git Bash" (Cygwin) shell or even better, the so-called Ubuntu on Windows which brings the Windows Subsystem for Linux (WSL) and therefore native bash support, kubectx/kubens should work. |
I don't know if this is useful but I created a Windows version of kubectx. I love this tool and I do alot of k8s administrator using my Powershell and Commandline prompts. Kubectx is an awesome tool! |
@thomasliddledba Please do not use the same name. You are creating confusion. |
That's absolutely fair Sorry about that. Would you mind if something like kubectxwin? I want to make sure I'm not stepping on your toes at all. |
kubectxwin or -windows sounds fine. |
Awesome - I will do that. Thank you so much. This is a great idea/tool. |
@ahmetb tried script in GitBash but hitting this:
|
@dkirrane can you run with |
Done #88 |
FYI: Tried kubectxwin in windows server 2016, it worked . Thanks |
Would love to see Windows executables similar to kubectl and helm.
kubectx.exe
andkubens.exe
The text was updated successfully, but these errors were encountered: