Closed ryandawsonuk closed 4 years ago
Now have all the dependencies working with the operator. There's a README for installing and also https://docs.google.com/document/d/1Z1mYh0ZlNWHypgqVD64y6rAq0Bz6WW_LFXc0D0Big74/edit for the marketplace documentation
Closing in favour of https://github.com/SeldonIO/seldon-deploy-operator/pull/3
Currently can connect to prom and elastic but...
Logs not going into elastic when they were before. Knative-eventing has stopped working after I restarted the EC2 instances. The trigger reports itself as down. Reapplying it doesn't fix it. Even a full uninstall and reinstall of knative doesn't fix it. Trigger says
Works when I switch it to a vanilla k8s logger. Weird as it worked as a kservice before I stopped the EC2s. Might be best to make vanilla k8s the default for the installer.
Requests prom working but resources one giving
unsupported protocol scheme ""
. Problem seems to be thatprometheusSeldonResourceUrl
is missing from the configmap. TheresourceMetricsUrl
entry is sent in the CR - looks like operator needs to be rebuilt to pick it up as that was a new field. Been blocked on doing that as quay.io has been down all day.