SeldonIO / seldon-deploy-operator

Seldon Deploy installation
4 stars 4 forks source link

configure to work with openshift dependencies #1

Closed ryandawsonuk closed 4 years ago

ryandawsonuk commented 4 years ago

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

'failed to get lister for serving.knative.dev/v1, Resource=services:
      conversion webhook for serving.knative.dev/v1, Kind=ServiceList failed: Post
      https://webhook.knative-serving.svc:443/resource-conversion?timeout=30s: dial
      tcp 10.128.2.251:8443: connect: connection refused'

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 that prometheusSeldonResourceUrl is missing from the configmap. The resourceMetricsUrl 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.

ryandawsonuk commented 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

ryandawsonuk commented 4 years ago

Closing in favour of https://github.com/SeldonIO/seldon-deploy-operator/pull/3