-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: explainers #690
WIP: explainers #690
Conversation
@@ -17,12 +17,12 @@ kubectl rollout status -n seldon-system statefulset/seldon-operator-controller-m | |||
|
|||
sleep 5 | |||
|
|||
helm install --name seldon-single-model ../../helm-charts/seldon-single-model/ --set engine.env.LOG_MESSAGES_EXTERNALLY="true" --set model.annotations."seldon\.io/istio-gateway"="kubeflow-gateway.kubeflow.svc.cluster.local" | |||
helm install --name seldon-single-model --namespace default ../../helm-charts/seldon-single-model/ --set engine.env.LOG_MESSAGES_EXTERNALLY="true" --set model.annotations."seldon\.io/istio-gateway"="kubeflow-gateway.kubeflow.svc.cluster.local" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is showing as this already seems to be in master - https://github.com/SeldonIO/seldon-core/blob/master/examples/centralised-logging/full-setup-existing-kubeflow.sh#L20
GF_SERVER_ROOT_URL: "%(protocol)s://%(domain)s/grafana" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
796fa20
to
61eda91
Compare
43eefac
to
123ae21
Compare
There's more to do on this and it will be covered in follow-up PRs |
for #685