helm repo add aitrain-helm3 https://kaixiangc.github.io/aitrain-helm3/
helm install my-aitrain aitrain-helm3/aitrain --version 0.2.0
To uninstall the my-aitrain
deployment run:
helm uninstall my-aitrain
helm install my-aitrain --set [Parameters]=[Value] aitrain-helm3/aitrain
The following table lists the helpers available in the library
| Key | Description | Default |
| — | — | — |
| common.destination | Destion Cluster Type [ OpenShift: OCP , Kubernetes: K8S ] | kubernetes
|
| common.namespace_prefix | Name Space Prefix | aitrain
|
| common.version | Version Type [ v2021.12 , v2022.07 ] | v2022.07
|
| common.domian_name | URL Domian | "127-0-0-1.nip.io"
|
| common.ingress_class | Ingress Class Name | nginx
|
| common.k8s_dns_server | DNS Server | ""
|
| common.enable_vm | VM Related Configuration | false
|
| common.oauth_type | OAuth Provider Type [ go-oauth , google-oauth , github-oauth ] | go-oauth
|
| Key | Description | Default |
| — | — | — |
| storageclass.install | Install Storage Class | false
|
| storageclass.existing_sc_name | Storage Class Name | standard
|
| Key | Description | Default |
| — | — | — |
| api.uid_start | UID Start Value | 0
|
| api.uid_count | UID Count Value | 100000
|
Useful links