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
In addition, I have Seldon-core 1.0.2 installed at the same seldon-system namespace and I am using istio as ingress.
When install Seldon-core-analytics, the grafana-prom-import-dashboards pod always failed, error the container log below"
Using grafana-prom:80
checking connection to grafana [1]
Sleeping 1 secs...
checking connection to grafana [2]
Sleeping 1 secs...
checking connection to grafana [3]
Sleeping 1 secs...
checking connection to grafana [4]
curl: (22) The requested URL returned error: 503 Service Unavailable
curl: (22) The requested URL returned error: 503 Service Unavailable
importing grafana-net-2115-dashboard.json
curl: (22) The requested URL returned error: 503 Service Unavailable
importing metrics-test-dashboard.json
curl: (22) The requested URL returned error: 503 Service Unavailable
importing predictions-analytics-dashboard.json
curl: (22) The requested URL returned error: 503 Service Unavailable
Looks rather like there's an istio configuration in your cluster blocking the dashboard load pod from connecting to grafana. Do you know how istio was installed and configured? Have you tried it without istio?
Describe the bug
I am using Seldon Core 1.0.2 as I need MAB feature. So I also installed seldon-core-analytics with following command:
helm install seldon-core-analytics seldon-core-analytics --repo https://storage.googleapis.com/seldon-charts --set persistence.enabled=false --namespace seldon-system --version 1.0.2
In addition, I have Seldon-core 1.0.2 installed at the same
seldon-system
namespace and I am using istio as ingress.When install Seldon-core-analytics, the grafana-prom-import-dashboards pod always failed, error the container log below"
To reproduce
helm install seldon-core seldon-core-operator --repo https://storage.googleapis.com/seldon-charts --set istio.enabled=true --set istio.gateway=istio-system/seldon-gateway --set usageMetrics.enabled=true --set executor.enabled=false --namespace seldon-system --version 1.0.2
helm install seldon-core-analytics seldon-core-analytics --repo https://storage.googleapis.com/seldon-charts --set persistence.enabled=false --namespace seldon-system --version 1.0.2
Expected behaviour
Environment
seldon-core 1.0.2 with istio on Azure Kubernetes service
seldon-core-analytics 1.0.2
Model Details
The text was updated successfully, but these errors were encountered: