Hello,
I followed the Local Deployment guide and successfully deployed:
- KIND cluster
- KAI Scheduler
- OSMO Service
- OSMO UI
The OSMO dashboard is accessible and all service pods are running.
However, the backend operator cannot start because the secret
“backend-operator-token” is missing.
Backend operator pods remain stuck in:
Init:0/1
Pod events show:
MountVolume.SetUp failed for volume “osmo-secret”:
secret “backend-operator-token” not found
According to the documentation, backend-operator-token should be generated during the first service chart install.
However, the secret is never created.
Additional investigation:
- backendApiTokens.enabled=true
- backend-operator-token does not exist in the osmo namespace
- helm get manifest osmo -n osmo does not contain backend-operator-token resources
GitHub Issue:
Has anyone encountered this issue or found a workaround?
Thank you.
VickNV
2
The OSMO repo is the appropriate venue for this matter. I’ve informed the team about the GitHub issue. Closing this one now.