Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 925 Bytes

installation.md

File metadata and controls

21 lines (18 loc) · 925 Bytes

Installation

To use klever-web, you MUST install some dependent components as follows:

Install klever-web

$ git clone https://github.com/kleveross/klever-web
$ cd klever-web/manifests
$ helm install klever-web ./klever-web --namespace=kleveross-system --set model.registry.address={model-registry-external-address}  --set service.nodePort={port}

klever-web parameters

Key Comments
model.registry.address It is klever-model-registry's address, it is exposed out of k8s cluster.
service.type It is klever-web's Service Type, default is NodePort, it is support only.
service.nodePort It is klever-web's Service NodePort, default is 30200.