Skip to content

Commit

Permalink
Merge pull request #338 from cliveseldon/minikube_version_comments
Browse files Browse the repository at this point in the history
Update S2I version in examples
  • Loading branch information
ukclivecox authored Dec 12, 2018
2 parents bbc0421 + 8f30dfa commit 340b6aa
Show file tree
Hide file tree
Showing 18 changed files with 204 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"metadata": {},
"source": [
"- [helm](https://github.com/helm/helm)\n",
"- [minikube](https://github.com/kubernetes/minikube) --> install 0.25.2\n",
"- [s2i](https://github.com/openshift/source-to-image)\n",
"- [minikube](https://github.com/kubernetes/minikube) \n",
"- [s2i](https://github.com/openshift/source-to-image) >= 1.1.13 \n",
"\n",
"python packages:\n",
"- scikit-learn: pip install scikit-learn --> 0.20.1"
Expand Down Expand Up @@ -952,7 +952,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions components/outlier-detection/vae/outlier_vae.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"metadata": {},
"source": [
"- [helm](https://github.com/helm/helm)\n",
"- [minikube](https://github.com/kubernetes/minikube) --> install 0.25.2\n",
"- [s2i](https://github.com/openshift/source-to-image)\n",
"- [minikube](https://github.com/kubernetes/minikube)\n",
"- [s2i](https://github.com/openshift/source-to-image) >= 1.1.13\n",
"\n",
"python packages:\n",
"- keras: pip install keras\n",
Expand Down Expand Up @@ -1094,7 +1094,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/models/deep_mnist/deep_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/h2o_mojo/h2o_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/keras_mnist/keras_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test in Minikube"
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand All @@ -219,13 +221,7 @@
},
"outputs": [],
"source": [
"#\n",
"# Start minikube\n",
"#\n",
"# NOTE this example was tested using minikube v0.25.2 version.\n",
"# There was an issue with later minikube versions that caused\n",
"# the s2i build to hang.\n",
"#\n",
"\n",
"!minikube start --memory=8096 --feature-gates=CustomResourceValidation=true --extra-config=apiserver.Authorization.Mode=RBAC"
]
},
Expand Down Expand Up @@ -392,21 +388,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.13"
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/models/nodejs_mnist/nodejs_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/nodejs_tensorflow/nodejs_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/onnx_resnet50/onnx_resnet50.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/r_iris/r_iris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/r_mnist/r_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/models/sk_mnist/skmnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
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 @@ -196,7 +196,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/models/template_model_bindata/modelWithBindata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down Expand Up @@ -773,7 +773,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"source": [
"# Test using Minikube\n",
"\n",
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need Minikube version 0.25.2**"
"**Due to a [minikube/s2i issue](https://github.com/SeldonIO/seldon-core/issues/253) you will need [s2i >= 1.1.13](https://github.com/openshift/source-to-image/releases/tag/v1.1.13)**"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/resources/model_short_timeouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"spec": {
"containers": [
{
"image": "seldonio/mock_classifier_rest:1.0",
"image": "seldonio/mock_classifier:1.0",
"imagePullPolicy": "IfNotPresent",
"name": "classifier",
"resources": {
Expand Down
Loading

0 comments on commit 340b6aa

Please sign in to comment.