kubero icon indicating copy to clipboard operation
kubero copied to clipboard

Failed to wait for Kubero UI to become ready

Open yukebrillianth opened this issue 8 months ago • 3 comments

Environment:

  • OS: Ubuntu Server 24.04
  • Kubernetes: MicroK8s
  • Ingress: Cloudflared Tunnel

Issue Description: I'm trying to install Kubero on a MicroK8s cluster running on Ubuntu Server 24.04. I'm using a Cloudflared tunnel with my own domain.

When I run the following command:

kubero install -c kubero-ui

I select my own domain and the "kind" cluster type (no MicroK8s option available), but the installer fails with this message:

? Which cluster type have you installed? kind
✓ Kubero UI installed
✗ Failed to wait for Kubero UI to become ready
2025/05/28 14:37:45 exit status 1

What I've Tried:

  • Reinstalling Kubero multiple times
  • Checked MicroK8s services (seem to be running fine)

Expected Behavior:

  • Kubero UI should be accessible and ready after installation.

Actual Behavior:

  • Installation claims success, but the UI never becomes ready.

yukebrillianth avatar May 28 '25 14:05 yukebrillianth