rancher-sandbox / rancher-desktop

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

Epinio doesn't install because appscode/kubed is missing #6580

Open mook-as opened 8 months ago

mook-as commented 8 months ago

Actual Behavior

When trying to install Epinio from the helm chart, the kubed pod doesn't start because the image isn't there anymore.

Steps to Reproduce

(This is from RD-5)

  1. helm repo add cert-manager https://charts.jetstack.io
  2. helm repo add epinio https://epinio.github.io/helm-charts
  3. helm upgrade --install cert-manager --namespace cert-manager cert-manager/cert-manager --set installCRDs=true --set "extraArgs[0]=--enable-certificate-owner-ref=true" --create-namespace
  4. helm upgrade --install epinio --namespace epinio epinio/epinio --set skipTraefik=true --set global.domain=127.0.0.1.sslip.io --create-namespace

Result

Failed to pull image "appscode/kubed:v0.13.2": Error response from daemon: pull access denied for appscode/kubed, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Expected Behavior

Chart deploys successfully.

Additional Information

The Docker Hub entry returns 404.

Rancher Desktop Version

1.12.3-422-g837e89c8

Rancher Desktop K8s Version

1.29.2

Which container engine are you using?

moby (docker cli)

What operating system are you using?

Other Linux

Operating System / Build Version

openSUSE Leap 15.5

What CPU architecture are you using?

x64

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

rpm

Windows User Only

No response

jandubois commented 8 months ago

https://github.com/epinio/helm-charts/pull/534 is supposed to fix that issue.

FruityWelsh commented 7 months ago

I had the same issue on Rancher Desktop v1.13.1 on MacOS to install epionio from the UI. Same exact message on the pod description.

weipocheng commented 7 months ago

The official version has been updated, and it seems that previous versions are no longer working.

However, another person had previously backed up the image, so you can try using that version