mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
2f2d9060ac
* remove unnecessary word * Remove server deployment on kubernetes docs, add disclaimers, remove kubernetes faq * fix typo
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
---
|
|
title: Kubernetes Helm
|
|
---
|
|
|
|
:::important
|
|
**This documentation page is being updated.** Please see the new and improved **[ClearML Helm Charts repository](https://github.com/allegroai/clearml-helm-charts)**
|
|
for the most updated instructions.
|
|
:::
|
|
|
|
:::note
|
|
* This documentation page applies to deploying your own open source ClearML Server. It does not apply to ClearML Hosted Service users.
|
|
|
|
* We strongly encourage to keep the **ClearML Server** up to date, by upgrading to the current release.
|
|
:::
|
|
|
|
1. Upgrade using new or upgraded values.yaml
|
|
|
|
helm upgrade clearml-server allegroai/clearml-server-chart -f new-values.yaml
|
|
|
|
1. If **ClearML Server** was previously deployed, first delete old deployments using the following command:
|
|
|
|
helm delete --purge clearml-server
|
|
|
|
1. If upgrading from **Trains Server** version 0.15 or older to **ClearML Server**, a data migration is required before
|
|
upgrading. First follow these [data migration instructions](clearml_server_es7_migration.md), and then continue this upgrade.
|
|
|
|
1. Upgrade deployment to match repository version.
|
|
|
|
helm upgrade clearml-server allegroai/clearml-server-chart
|