You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks! I wanted to enable nuclio for my deployment in k8s, and it seems like the Helm chart does not support running it there (at least without Docker daemon). I added new values from nuclio docs and it seemed to have helped.
Environment
Just used `develop` branch at 12eec5481bb3d4e6219bb8214df524f27b3037e3.
The text was updated successfully, but these errors were encountered:
Actions before raising this issue
Steps to Reproduce
nuclio.enabled=true
.cvat-nuclio-dashboard
pod fail with:Cannot connect to the Docker daemon
.Expected Behavior
The dashboard shall either work right away, or an additional config option should be present in
values.yaml
.Possible Solution
Add new values from official
nuclio
chart:Context
Hey folks! I wanted to enable
nuclio
for my deployment in k8s, and it seems like the Helm chart does not support running it there (at least without Docker daemon). I added new values fromnuclio
docs and it seemed to have helped.Environment
The text was updated successfully, but these errors were encountered: