jsturtevant / windows-debug

krew plugin for launching a Windows host process pod that will give you access to the node
MIT License
15 stars 9 forks source link

krew windows support #10

Open Slach opened 2 years ago

Slach commented 2 years ago

kubectl krew install windows-debug under windows returns

W0823 14:39:23.363328    5488 install.go:164] failed to install plugin "windows-debug": 
plugin "windows-debug" does not offer installation for this platform  failed to install some plugins: [windows-debug]: 
plugin "windows-debug" does not offer installation for this platform                                         
jsturtevant commented 2 years ago

Thabks for trying it out. It is a known limitation right now. Using the plugin from WSL is the work around.

It is possible make it work, but was think WSL support was good enough. Thoughts?

Slach commented 2 years ago

Only one thing just weird why plugin which allow debug windows kubernetes clusters, can't be runned from windows natively ;) which requirements missing? bash?

jsturtevant commented 2 years ago

I do all my development for windows containers on Linux 😆 I developed it for myself and thought it might be useful so here it is. Need to convert it to a go based plug-in. Should be pretty easy just need the time.

Slach commented 2 years ago

Glad to hear it, I hope you will do it, and all platforms will use your beautiful and great plugin thanks for your efforts!