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
The seldon-controller pod goes into CrashLoopBackOff and the following logs are observed:
gl@gltp:~/work/seldonio/seldon-core/operator$ kubectl logs seldon-controller-manager-cd658fb4b-nxb48 --previous -n seldon-system
2020-02-13T15:52:15.846Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"}
2020-02-13T15:52:15.847Z ERROR setup unable to create controller {"controller": "SeldonDeployment", "error": "no matches for kind \"VirtualService\" in version \"networking.istio.io/v1alpha3\""}
github.com/go-logr/zapr.(*zapLogger).Error
/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
main.main
/workspace/main.go:89
runtime.main
/usr/local/go/src/runtime/proc.go:200
The text was updated successfully, but these errors were encountered:
@jkruzek I think it's because --set istio.enabled=true flag is set, so you have to have Istio running and I think I had neglected to run Istio. I believe that's what the error "no matches for kind \"VirtualService\" is saying.
You could try with --set istio.enabled=false and see if the error persists?
When running the following command from the setup script:
The seldon-controller pod goes into CrashLoopBackOff and the following logs are observed:
The text was updated successfully, but these errors were encountered: