kpt
kpt copied to clipboard
Rancher Desktop support
Describe your problem
I'd love to use kpt, but it currently supports only Docker and Postman while I'm using Rancher Desktop (nerdctl, containerd). Would it be possible to add the support for nerdctl?
Thanks @vfarcic for filing the request.
Quick read of nerdctl
suggests that it is docker compatible. So you should be able to try kpt by creating an alias docker
for nerdctl
cmd.
/cc @mengqiy (who is our resident expert for function runtime)
I already tried that (docker alias to nerdctl).
Sorry for the late response, I was OOO for a couple of days.
I will try to add the support for nerdctl.
I already tried that (docker alias to nerdctl).
@vfarcic Is there any difference that worth mentioning here?
My best guess is that kpt is going directly for Docker socket or something like that. I didn't go through the code (yet) so I'm likely wrong. In any case, making it work with nerdctl
or with docker
alias set to nerdctl
would be awesome.
@vfarcic We have added supporting for nerdctl in https://github.com/GoogleContainerTools/kpt/pull/3362. It has not been released yet but is available from HEAD of main.
As per @mengqiy comment above, support for nerdctl
has been added, so closing this.