GoogleContainerTools / GoogleContainerTools/skaffold

Skaffold not working with Helm 4 (using Rancher Desktop 1.22)

Open
#9,988 12 comments 15 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

I've freshly installed Rancher Desktop with bundles Helm v4.0.5. Trying to deploy a helm chart using Skaffold fails.
**Note: replacing the helm binary that comes with Rancher Desktop with a v3.x version makes Skaffold work again.**

My first try was a simple "skaffold dev" command in a non-admin shell. This led to the following error:

```
deploying "default-blueprint": Failed to install Helm plugin: Installing plugin from local directory (development mode)
Error: symlink C:\Users\\AppData\Local\Temp\skaffold-render1032218029 C:\Users\\AppData\Roaming\helm\plugins\skaffold-render1032218029: A required privilege is not held by the client.
```

So I tried running the command in an administrative shell. Unfortunately without luck, but with a different error:

```
time="2026-02-20T21:05:25+01:00" level=info msg="Deploying with helm v4.0.5 ..." subtask=0 task=Deploy
time="2026-02-20T21:05:25+01:00" level=info msg="Installing 1 releases sequentially" subtask=0 task=Deploy
time="2026-02-20T21:05:25+01:00" level=info msg="Installing releases (1 releases)" subtask=0 task=Deploy
Helm release default-blueprint not installed. Installing...
time="2026-02-20T21:05:25+01:00" level=info msg="Building helm dependencies..." subtask=0 task=Deploy
Cleaning up...
Error: uninstall: Release not loaded: default-blueprint: release: not found
Cleaning up resources encountered an error, will continue to clean up other resources.
time="2026-02-20T21:05:25+01:00" level=info msg="Cleanup completed in 209.3698ms" subtask=-1 task=DevLoop
deploying "default-demo-blueprint": Failed to install Helm plugin: Installing plugin from local directory (development mode)
Error: plugin is installed but unusable: failed to load plugin "C:\\Users\\\\AppData\\Roaming\\helm\\plugins\\skaffold-render3047724684": failed to peek plugin.yaml API version: yaml: line 2: did not find expected hexdecimal number
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.