mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-15 19:10:22 +00:00
Add ClearML Application reference to k8s deployment
This commit is contained in:
parent
bbd26ef0c0
commit
f30d0e6828
@ -95,10 +95,18 @@ clearmlApplications:
|
|||||||
|
|
||||||
Install the ClearML Enterprise Helm chart using the previous values override file.
|
Install the ClearML Enterprise Helm chart using the previous values override file.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
helm upgrade -i -n clearml clearml clearml-enterprise/clearml-enterprise --create-namespace -f clearml-values.override.yaml
|
helm upgrade -i -n clearml clearml clearml-enterprise/clearml-enterprise --create-namespace -f clearml-values.override.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Applications Installation
|
||||||
|
ClearML Applications are plugins that extend the functionality of the ClearML Enterprise Server. They enable users
|
||||||
|
to manage ML workloads and automate recurring workflows--no code required
|
||||||
|
|
||||||
|
Applications are installed on top of the ClearML Server and are provided by the ClearML team.
|
||||||
|
|
||||||
|
For more information, see [ClearML Applications](extra_configs/apps.md).
|
||||||
|
|
||||||
## Additional Configuration Options
|
## Additional Configuration Options
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
Loading…
Reference in New Issue
Block a user