skaffold
skaffold copied to clipboard
Support for nerdctl & local cluster check for rancher-desktop
Issue
rancher-desktop has become a very popular and simple to use desktop development client for developers to adopt, it would be very convenient if it were also a first class citizen for skaffold tooling!
Expected behavior
https://skaffold.dev/docs/environment/local-cluster/
performs the same as minikube or docker-desktop
Actual behavior
builds and deploys fail due to registry authentication issues and must be countered with esoteric dockerCLI configuration as nerdctl is not yet supported.
Information
build:
local:
push: false
useDockerCLI: true