Skip to content

Commit

Permalink
Update sklearn_iris.ipynb
Browse files Browse the repository at this point in the history
changed namespace of ambassador  from seldon to seldon-system (which is in line with the namespace defined in core installation)
  • Loading branch information
rajgupt committed May 7, 2021
1 parent 8249af5 commit 2a176ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/models/sklearn_iris/sklearn_iris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"Then port-forward to that ingress on localhost:8003 in a separate terminal either with:\n",
"\n",
" * Ambassador: `kubectl port-forward $(kubectl get pods -n seldon -l app.kubernetes.io/name=ambassador -o jsonpath='{.items[0].metadata.name}') -n seldon 8003:8080`\n",
" * Ambassador: `kubectl port-forward $(kubectl get pods -n seldon-system -l app.kubernetes.io/name=ambassador -o jsonpath='{.items[0].metadata.name}') -n seldon-system 8003:8080`\n",
" * Istio: `kubectl port-forward $(kubectl get pods -l istio=ingressgateway -n istio-system -o jsonpath='{.items[0].metadata.name}') -n istio-system 8003:80`"
]
},
Expand Down

0 comments on commit 2a176ab

Please sign in to comment.