mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
try to fix helm docs generation issue
This commit is contained in:
parent
392902b78b
commit
246da16356
@ -1,6 +1,7 @@
|
||||
# ClearML Kubernetes Agent
|
||||
|
||||
  
|
||||
|
||||
  
|
||||
|
||||
MLOps platform Task running agent
|
||||
|
||||
@ -49,6 +50,8 @@ Before issuing helm upgrade:
|
||||
|
||||
Kubernetes: `>= 1.21.0-0 < 1.29.0-0`
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# ClearML Ecosystem for Kubernetes
|
||||
|
||||
  
|
||||
|
||||
  
|
||||
|
||||
MLOps platform
|
||||
|
||||
@ -77,7 +78,7 @@ In a production environment it's suggested to install an ingress controller and
|
||||
During ClearML deployment enable `ingress` section of chart values.
|
||||
This will create 3 ingress rules:
|
||||
|
||||
* `app.<your domain name>`
|
||||
* `app.<your domain name>`
|
||||
* `files.<your domain name>`
|
||||
* `api.<your domain name>`
|
||||
|
||||
@ -106,7 +107,7 @@ Changing values on existing installation can be done with:
|
||||
helm upgrade clearml allegroai/clearml --version <CURRENT CHART VERSION> -f custom_values.yaml
|
||||
```
|
||||
|
||||
Please note: updating values only should always be done setting explicit chart version to avoid a possible chart update.
|
||||
Please note: updating values only should always be done setting explicit chart version to avoid a possible chart update.
|
||||
Keeping separate updates procedures between version and values can be a good practice to seprate potential concerns.
|
||||
|
||||
### Major upgrade from 5.* to 6.*
|
||||
@ -120,10 +121,10 @@ Before issuing helm upgrade:
|
||||
## Additional Configuration for ClearML Server
|
||||
|
||||
You can also configure the **clearml-server** for:
|
||||
|
||||
|
||||
* fixed users (users with credentials)
|
||||
* non-responsive experiment watchdog settings
|
||||
|
||||
|
||||
For detailed instructions, see the [Optional Configuration](https://github.com/allegroai/clearml-server#optional-configuration) section in the **clearml-server** repository README file.
|
||||
|
||||
## Source Code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user