Skip to content

Commit

Permalink
small fixes for mlserver, docs and envoy yaml (#537)
Browse files Browse the repository at this point in the history
* small fixes for mlserver, docs and envoy yaml

* Review fixes
  • Loading branch information
ukclivecox committed Oct 26, 2022
1 parent c1acd2c commit 1d836d8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ ansible-galaxy collection install git+https://github.com/SeldonIO/ansible-k8s-co

Once installed you can use the following Playbooks that you will find in [ansible](https://github.com/SeldonIO/seldon-core-v2/tree/master/ansible) folder of Seldon Core V2 repository.

Further requirements:
* Kubectl
* Helm

### Create Kind Cluster

```bash
Expand Down
5 changes: 4 additions & 1 deletion docs/source/contents/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
## Development Requirements

* Go 1.17+ with glibc development libraries installed.
* e.g. for Ubunti systems: `sudo apt-get install libc6-dev`
* e.g. for Ubuntu systems: `sudo apt-get install libc6-dev`
* Java JDK 17+ and Kotlin 1.6.10+
* Kubebuilder V2
* Docker and docker-compose
* Helm
* Kustomize
* Ansible

## Testing resources

Expand Down
2 changes: 1 addition & 1 deletion k8s/helm-charts/seldon-core-v2-setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/mlserver
tag: 1.2.0.dev5
tag: 1.2.0.dev7
serverCapabilities: "mlserver,alibi-detect,alibi-explain,lightgbm,mlflow,python,sklearn,spark-mlib,xgboost"
modelVolumeStorage: 1Gi
resources:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm-charts/seldon-core-v2-setup/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ serverConfig:
pullPolicy: IfNotPresent
registry: docker.io
repository: seldonio/mlserver
tag: 1.2.0.dev5
tag: 1.2.0.dev7
serverCapabilities: "mlserver,alibi-detect,alibi-explain,lightgbm,mlflow,python,sklearn,spark-mlib,xgboost"
modelVolumeStorage: 1Gi
resources:
Expand Down
2 changes: 1 addition & 1 deletion k8s/yaml/seldon-v2-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ metadata:
name: seldon-mesh
spec:
ports:
- name: http2
- name: data
port: 80
protocol: TCP
targetPort: http
Expand Down
2 changes: 1 addition & 1 deletion samples/examples/pandasquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mlserver==1.2.0.dev5
mlserver>=1.2.0.dev5

0 comments on commit 1d836d8

Please sign in to comment.