I am following this document to install - https://smm-docs.eticloud.io/docs/quickstart/
But got the error when trying this command -
smm instal--anonymous-auth -a --run-demo
Binary I downloaded is for Mac.
Here is the output:
$ ./smm -v install --anonymous-auth -a --run-demo
? Are you sure to use the following context? docker-desktop (API Server: https://kubernetes.docker.internal:6443) Yes
✓ resource condition timeout wait backoff settings duration=5m0s, backoff-duration=5s, backoff-steps=60
✓ resource condition timeout wait backoff settings duration=5m0s, backoff-duration=5s, backoff-steps=60
✓ prerequisites ❯ checking
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x1e3c765]
What issue I could possibly have ?