rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.03k stars 285 forks source link

helm install|upgrade causes golang error: E1120 #7794

Open stevem995 opened 1 day ago

stevem995 commented 1 day ago

Actual Behavior

Rancher desktop version of helm install|upgrade causes golang error: E1120 15:30:50.527990 29336 round_tripper.go:63] CancelRequest not implemented by *cli.retryingRoundTripper

Steps to Reproduce

  1. Install the latest version of Rancher Desktop on Windows 11 version 1.16.0
  2. Install git-bash
  3. Check latest version of helm: /AppData/Local/Programs/Rancher Desktop/resources/resources/win32/bin/helm version
  4. version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}

Result

Helm slows to a crawl, but eventually succeeds: helm install devops-present --namespace=devops-present-dev ./helm/devops-present-dev --debug --dry-run install.go:224: 2024-11-20 15:44:19.1062682 -0500 EST m=+0.141594401 [debug] Original chart version: "" install.go:241: 2024-11-20 15:44:19.1068173 -0500 EST m=+0.142143501 [debug] CHART PATH: devops-present\helm\devops-present-dev

E1120 15:45:09.712522 31356 round_tripper.go:63] CancelRequest not implemented by cli.retryingRoundTripper E1120 15:45:09.712522 31356 round_tripper.go:63] CancelRequest not implemented by cli.retryingRoundTripper

Expected Behavior

helm should succeed without error at a normal speed.

Additional Information

Debugging: --debug and --dry-run do not show any pertinent information. Upgrading rancher desktop from 1.8 did not solve the issue. Uninstalling and re-installing the chart did not solve the issue.

Rancher Desktop Version

1.16.0

Rancher Desktop K8s Version

1.16.0

Which container engine are you using?

moby (docker cli)

What operating system are you using?

Windows

Operating System / Build Version

Windows 11 Home

What CPU architecture are you using?

x64

Linux only: what package format did you use to install Rancher Desktop?

None

Windows User Only

Bitdefender

stevem995 commented 13 hours ago

This might be related to this issue in the kubernetes repo: https://github.com/kubernetes/kubernetes/pull/104488/files

Perhaps we need to add the function or update the rancher-desktop version of helm?