-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Discussed in #173
Originally posted by mihir-nakra August 7, 2025
I was going through the Getting Started with SLIM documentation and had a couple of questions regarding the SLIM Controller installation instructions.
It seems like the Docker image and Helm chart referenced in the docs might not exist. I wasn't able to get the provided commands to work, and I couldn’t find a corresponding controller
package for either Docker or Helm on the GitHub repo either. From what I can tell, it seems like the correct package for both might be the control-plane
one instead, or at least that's what’s referenced in the SLIM v0.4.0 release discussion.
Also, in the Slimctl section, the install command specifies version v0.1.4, which doesn’t seem to exist on the releases page. Based on the SLIM v0.4.0 release notes, I think the correct version might be v0.2.1 instead.
Apologies if I’ve overlooked something here, and thanks in advance for the clarification!