-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Hi,
I've successfully installed Pulse in a VM on a Raspberry Pi 4B ARM64 instance. It works great (and is great)... thanks!
I'd now like to try putting in into a k3s cluster I've built, mostly to get some memory back.
The only helm command line I've gotten to run is this:
helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart/pulse:4.24.0-rc.3 --values pulse-values.yaml --namespace pulse --create-namespaceFrom there it appears to install
Release "pulse" does not exist. Installing it now.
Pulled: ghcr.io/rcourtman/pulse-chart/pulse:4.24.0-rc.3
...
NAME: pulse
LAST DEPLOYED: Wed Nov 12 12:37:17 2025
NAMESPACE: pulse
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
...
Unfortunately, the pod is stuck in the ImagePullBackOff state, which means (my understanding is that) it can't find the image.
Do you have a known working version number &/or command line for Pulse on AMD64? Cheers!
Metadata
Metadata
Assignees
Labels
No labels